Skip to content

Commit

Permalink
chore(deps): update confluence package dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                                                     | from                  | to                    |
| ---------- | --------------------------------------------------------------------------- | --------------------- | --------------------- |
| docker     | atlassian/confluence                                                        | 9.1.1                 | 9.2.0                 |
| docker     | ghcr.io/defenseunicorns/packages/uds/postgres-operator                      | 1.13.0-uds.5-upstream | 1.13.0-uds.6-upstream |
| docker     | registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node | 9.1.1                 | 9.2.0                 |
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent d00d281 commit b987d00
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ packages:

- name: postgres-operator
repository: ghcr.io/defenseunicorns/packages/uds/postgres-operator
ref: 1.13.0-uds.5-upstream
ref: 1.13.0-uds.6-upstream
overrides:
postgres-operator:
uds-postgres-config:
Expand Down
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/confluence-data-center/confluence-node
tag: "9.1.1"
tag: "9.2.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
Expand Up @@ -3,7 +3,7 @@

image:
repository: atlassian/confluence
tag: "9.1.1"
tag: "9.2.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 @@ -36,7 +36,7 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- atlassian/confluence:9.1.1
- atlassian/confluence:9.2.0
- bitnami/jmx-exporter:1.0.1

- name: confluence
Expand All @@ -53,6 +53,6 @@ components:
valuesFiles:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node:9.1.1
- registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node:9.2.0
# 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 b987d00

Please sign in to comment.