Skip to content

Commit 4e8f6ad

Browse files
Updates helm to 3.19.4, helmfile to 1.1.9, helm-diff to 3.13.1 (#3)
1 parent 0258ef6 commit 4e8f6ad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ RUN groupadd -g $ARGOCD_USER_ID argocd && \
3131
# Binary versions
3232
# https://github.com/helm/helm/releases
3333
# Supported Kubernetes Versions 1.33.x - 1.30.x (https://helm.sh/docs/topics/version_skew/)
34-
ARG HELM3_VERSION="v3.18.6"
34+
ARG HELM3_VERSION="v3.19.4"
3535
# https://github.com/helmfile/helmfile/releases
36-
ARG HELMFILE_VERSION="1.1.5"
36+
ARG HELMFILE_VERSION="1.1.9"
3737

3838
# https://github.com/getsops/sops/releases
3939
ARG SOPS_VERSION="v3.10.2"
@@ -88,7 +88,7 @@ ENV PATH="${KREW_ROOT}/bin:$PATH"
8888

8989
# plugin versions
9090
# https://github.com/databus23/helm-diff/releases
91-
ARG HELM_DIFF_VERSION="3.12.5"
91+
ARG HELM_DIFF_VERSION="3.13.1"
9292
# https://github.com/aslafy-z/helm-git/releases
9393
ARG HELM_GIT_VERSION="1.4.0"
9494
# https://github.com/jkroepke/helm-secrets/releases

0 commit comments

Comments
 (0)