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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get update && \
apt-get install -y wget && \
rm -rf /var/lib/apt/lists/*

ARG HELM_VERSION=v3.18.6
ARG HELM_VERSION=v3.19.0
RUN set -ex; \
OS_ARCH="$(uname -m)"; \
case "$OS_ARCH" in \
Expand Down
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: 433363aa020effa397e7e63c535231db34bbc4d2900eadd596609a64cb8ebbbd
azimuth.stackhpc.com/config-hash: 613542a26234db1ecd265d0386b85f6df442149f975e38f82b1920ef5ec4072a
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.15.1
chartVersion: 0.16.0
5: |
apiVersion: v1
kind: Service
Expand Down
Loading