Skip to content

Commit

Permalink
Merge branch 'main' into feat-enable-confluence-clustering-by-default
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeHCQ1 authored Aug 15, 2024
2 parents 299e34e + 9f79b80 commit 63b93ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.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
@@ -1,6 +1,6 @@
image:
repository: atlassian/confluence
tag: "8.5.12"
tag: "9.0.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 @@ -36,7 +36,7 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- atlassian/confluence:8.5.12
- atlassian/confluence:9.0.2
- 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:8.9.4
- registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node:9.0.2
# TODO: Pending an upstream pr to fix jar file location to not be hardcoded:
# - registry1.dso.mil/ironbank/opensource/prometheus/jmx-exporter:0.20.0

0 comments on commit 63b93ed

Please sign in to comment.