Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chart/tests/__snapshot__/snapshot_test.yaml.snap
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ templated manifests should match snapshot:
template:
metadata:
annotations:
azimuth.stackhpc.com/config-hash: fe713ff6573f4cda7b7a82ce76897a83b5f788e3ab210da1ddec74610cf86c23
azimuth.stackhpc.com/config-hash: 0f51361f563ac7ddf75499e009c97fd2d43bccb7e83e146f40d7b716e0011545
labels:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/name: azimuth-apps-operator
Expand Down Expand Up @@ -171,7 +171,7 @@ templated manifests should match snapshot:
zenithOperator:
chartName: zenith-operator
chartRepo: https://azimuth-cloud.github.io/zenith
chartVersion: 0.17.0
chartVersion: 0.18.0
5: |
apiVersion: v1
kind: Service
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ config:
zenithOperator:
chartRepo: https://azimuth-cloud.github.io/zenith
chartName: zenith-operator
chartVersion: 0.17.0
chartVersion: 0.18.0

# A bundle of trusted CAs to use instead of the defaults
trustBundle:
Expand Down
Loading