Skip to content

Commit

Permalink
chore(deps): update confluence package dependencies (#71)
Browse files Browse the repository at this point in the history
| datasource | package                                                                     | from                  | to                    |
| ---------- | --------------------------------------------------------------------------- | --------------------- | --------------------- |
| docker     | atlassian/confluence                                                        | 9.1.0                 | 9.1.1                 |
| docker     | ghcr.io/defenseunicorns/packages/uds/postgres-operator                      | 1.13.0-uds.3-upstream | 1.13.0-uds.4-upstream |
| docker     | registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node | 9.1.0                 | 9.1.1                 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent e33bae5 commit 5e1453c
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.3-upstream
ref: 1.13.0-uds.4-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.0"
tag: "9.1.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
Expand Up @@ -3,7 +3,7 @@

image:
repository: atlassian/confluence
tag: "9.1.0"
tag: "9.1.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 @@ -36,7 +36,7 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- atlassian/confluence:9.1.0
- atlassian/confluence:9.1.1
- 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.0
- registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node:9.1.1
# 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 5e1453c

Please sign in to comment.