Skip to content

Commit

Permalink
chore(deps): update jira package dependencies (#90)
Browse files Browse the repository at this point in the history
| datasource | package                                                         | from                  | to                    |
| ---------- | --------------------------------------------------------------- | --------------------- | --------------------- |
| docker     | atlassian/jira-software                                         | 10.3.1                | 10.3.2                |
| docker     | ghcr.io/defenseunicorns/packages/uds/postgres-operator          | 1.13.0-uds.6-upstream | 1.14.0-uds.0-upstream |
| helm       | jira                                                            | 1.22.2                | 1.22.3                |
| docker     | registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node | 10.3.1                | 10.3.2                |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 165d01c commit 487dffc
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:

- name: postgres-operator
repository: ghcr.io/defenseunicorns/packages/uds/postgres-operator
ref: 1.13.0-uds.6-upstream
ref: 1.14.0-uds.0-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 @@ -19,7 +19,7 @@ components:
- name: jira
namespace: jira
url: https://atlassian.github.io/data-center-helm-charts
version: 1.22.2
version: 1.22.3
repoName: jira
releaseName: jira
valuesFiles:
Expand Down
4 changes: 2 additions & 2 deletions releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
flavors:
- name: upstream
# renovate-uds: datasource=docker depName=atlassian/jira-software
version: 10.3.1-uds.0
version: 10.3.2-uds.0
- name: registry1
# renovate-uds: datasource=docker depName=registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node
version: 10.3.1-uds.0
version: 10.3.2-uds.0
2 changes: 1 addition & 1 deletion values/registry1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

image:
repository: registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node
tag: "10.3.1"
tag: "10.3.2"

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
Expand Up @@ -3,7 +3,7 @@

image:
repository: atlassian/jira-software
tag: "10.3.1"
tag: "10.3.2"

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 @@ -30,7 +30,7 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- atlassian/jira-software:10.3.1
- atlassian/jira-software:10.3.2
- bitnami/jmx-exporter:1.1.0

- name: jira
Expand All @@ -47,6 +47,6 @@ components:
valuesFiles:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node:10.3.1
- registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node:10.3.2
# TODO: Pending an upstream pr to fix jar file location to not be hardcoded:
# - registry1.dso.mil/ironbank/opensource/prometheus/jmx-exporter:1.0.1

0 comments on commit 487dffc

Please sign in to comment.