Skip to content

Commit

Permalink
chore(deps): update jira support dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                                       | from     | to      |
| ----------- | ------------------------------------------------------------- | -------- | ------- |
| docker      | bitnami/jmx-exporter                                          | 0.18.0   | 1.0.1   |
| github-tags | github/codeql-action                                          | v3.25.15 | v3.26.7 |
| github-tags | python-jsonschema/check-jsonschema                            | 0.29.1   | 0.29.2  |
| docker      | registry1.dso.mil/ironbank/opensource/prometheus/jmx-exporter | 0.18.0   | 0.20.0  |
| github-tags | renovatebot/pre-commit-hooks                                  | 38.72.1  | 38.77.5 |
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent 44ac481 commit dc366a5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
uses: github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
with:
sarif_file: results.sarif
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
hooks:
- id: fix-smartquotes
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.1
rev: 0.29.2
hooks:
- id: check-jsonschema
name: "Validate Zarf Configs Against Schema"
Expand All @@ -49,6 +49,6 @@ repos:
hooks:
- id: golangci-lint
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 38.72.1
rev: 38.77.5
hooks:
- id: renovate-config-validator
2 changes: 1 addition & 1 deletion values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ image:

monitoring:
jmxExporterImageRepo: bitnami/jmx-exporter
jmxExporterImageTag: 0.18.0
jmxExporterImageTag: 1.0.1
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ components:
- values/upstream-values.yaml
images:
- atlassian/jira-software:10.0.1
- bitnami/jmx-exporter:0.18.0
- bitnami/jmx-exporter:1.0.1

- name: jira
required: true
Expand All @@ -50,4 +50,4 @@ components:
images:
- registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node:10.0.0
# TODO: Pending an upstream pr to fix jar file location to not be hardcoded:
# - registry1.dso.mil/ironbank/opensource/prometheus/jmx-exporter:0.18.0
# - registry1.dso.mil/ironbank/opensource/prometheus/jmx-exporter:0.20.0

0 comments on commit dc366a5

Please sign in to comment.