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      |
| ----------- | ------------------------------------------------------------- | -------- | ------- |
| github-tags | actions/upload-artifact                                       | v4.3.5   | v4.3.6  |
| docker      | bitnami/jmx-exporter                                          | 0.18.0   | 1.0.1   |
| docker      | registry1.dso.mil/ironbank/opensource/prometheus/jmx-exporter | 0.18.0   | 0.20.0  |
| github-tags | renovatebot/pre-commit-hooks                                  | 38.18.15 | 38.19.0 |
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent 3902f40 commit 1dda46b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
with:
name: SARIF file
path: results.sarif
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ repos:
hooks:
- id: golangci-lint
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 38.18.15
rev: 38.19.0
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:9.17.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:9.17.1
# 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 1dda46b

Please sign in to comment.