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                                                        | 8.5.12                | 9.0.1                 |
| helm       | confluence                                                                  | 1.20.0                | 1.21.0                |
| docker     | ghcr.io/defenseunicorns/packages/uds/postgres-operator                      | 1.10.1-uds.4-upstream | 1.12.2-uds.2-upstream |
| docker     | registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node | 8.9.4                 | 9.0.1                 |
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent 7a7c1be commit 3e42091
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: confluence
namespace: confluence
url: https://atlassian.github.io/data-center-helm-charts
version: "1.20.0"
version: "1.21.0"
repoName: confluence
releaseName: confluence
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/confluence-data-center/confluence-node
tag: "8.9.4"
tag: "9.0.1"

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/confluence
tag: "8.5.12"
tag: "9.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 @@ -33,7 +33,7 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- atlassian/confluence:8.5.12
- atlassian/confluence:9.0.1
- bitnami/jmx-exporter:0.18.0

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

0 comments on commit 3e42091

Please sign in to comment.