Skip to content

Commit

Permalink
chore(deps): update jira package dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                                         | from   | to     |
| ---------- | --------------------------------------------------------------- | ------ | ------ |
| docker     | atlassian/jira-software                                         | 9.17.2 | 10.0.1 |
| helm       | jira                                                            | 1.21.1 | 1.21.2 |
| docker     | registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node | 9.17.2 | 10.0.0 |
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent 684eb29 commit cae65f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ components:
- name: jira
namespace: jira
url: https://atlassian.github.io/data-center-helm-charts
version: 1.21.1
version: 1.21.2
repoName: jira
releaseName: jira
valuesFiles:
Expand Down
2 changes: 1 addition & 1 deletion values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node
tag: "9.17.2"
tag: "10.0.0"

monitoring:
# TODO: Pending an upstream pr to fix jar file location to not be hardcoded:
Expand Down
2 changes: 1 addition & 1 deletion values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: atlassian/jira-software
tag: "9.17.2"
tag: "10.0.1"

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

- name: jira
Expand All @@ -48,6 +48,6 @@ components:
valuesFiles:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node:9.17.2
- 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

0 comments on commit cae65f6

Please sign in to comment.