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.1                | 10.0.0                |
| docker     | ghcr.io/defenseunicorns/packages/uds/postgres-operator          | 1.10.1-uds.4-upstream | 1.12.2-uds.2-upstream |
| helm       | jira                                                            | 1.20.1                | 1.21.1                |
| docker     | registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node | 9.17.1                | 10.0.0                |
  • Loading branch information
renovate[bot] authored Aug 24, 2024
1 parent 3902f40 commit 9d12683
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages:

- name: postgres-operator
repository: ghcr.io/defenseunicorns/packages/uds/postgres-operator
ref: 1.10.1-uds.4-upstream
ref: 1.12.2-uds.2-upstream
overrides:
postgres-operator:
uds-postgres-config:
Expand Down
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.20.1
version: 1.21.1
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.1"
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.1"
tag: "10.0.0"

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.1
- atlassian/jira-software:10.0.0
- 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.1
- 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 9d12683

Please sign in to comment.