Skip to content

Commit efc0164

Browse files
committed
kubectl 1.33 and helm stuff update
1 parent bfd166c commit efc0164

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ RUN groupadd -g $ARGOCD_USER_ID argocd && \
3030

3131
# Binary versions
3232
# https://github.com/helm/helm/releases
33-
# Supported Kubernetes Versions 1.32.x - 1.29.x (https://helm.sh/docs/topics/version_skew/)
34-
ARG HELM3_VERSION="v3.17.4"
33+
# Supported Kubernetes Versions 1.33.x - 1.30.x (https://helm.sh/docs/topics/version_skew/)
34+
ARG HELM3_VERSION="v3.18.6"
3535
# https://github.com/helmfile/helmfile/releases
3636
ARG HELMFILE_VERSION="1.1.5"
3737

@@ -47,11 +47,11 @@ ARG YQ_VERSION="v4.47.1"
4747

4848
# https://github.com/kubernetes/kubectl/tags
4949
# Compatible with Kubernetes versions ±1 from its version.
50-
ARG KUBECTL_VERSION="v1.32.8"
50+
ARG KUBECTL_VERSION="v1.33.4"
5151
# https://github.com/kubernetes-sigs/krew/releases/
5252
ARG KREW_VERSION="v0.4.5"
5353
# https://github.com/bitnami-labs/sealed-secrets/releases
54-
ARG KUBESEAL_VERSION="0.30.0"
54+
ARG KUBESEAL_VERSION="0.31.0"
5555

5656

5757
RUN \
@@ -92,7 +92,7 @@ ARG HELM_DIFF_VERSION="3.12.5"
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
95-
ARG HELM_SECRETS_VERSION="4.6.5"
95+
ARG HELM_SECRETS_VERSION="4.6.9"
9696

9797
RUN \
9898
helm plugin install https://github.com/databus23/helm-diff --version ${HELM_DIFF_VERSION} && \

0 commit comments

Comments
 (0)