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 argocd-cmp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN curl -sSfLo /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releas
FROM fetch-bin-base AS helm-bin
# Find Helm releases at https://github.com/helm/helm/releases
# renovate: datasource=github-releases depName=helm packageName=helm/helm
ARG HELM_VERSION=v3.19.5
ARG HELM_VERSION=v4.1.0
RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 \
&& chmod 700 get_helm.sh \
&& ./get_helm.sh --version $HELM_VERSION \
Expand Down
2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
kyverno = "1.14.4"
uv = "0.9.25"
sops = "3.11.0"
helm = "3.19.5"
helm = "4.1.0"
kubectl = "1.35.0"
"pipx:slap-cli" = "1.15.0"

Expand Down
Loading