We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd360a commit a60858bCopy full SHA for a60858b
Dockerfile
@@ -64,7 +64,7 @@ ARG HELM_DIFF_VERSION=v3.12.1
64
# renovate: datasource=github-releases depName=aslafy-z/helm-git
65
ARG HELM_GIT_VERSION=v1.3.0
66
# renovate: datasource=github-releases depName=jkroepke/helm-secrets
67
-ARG HELM_SECRETS_VERSION=v4.6.3
+ARG HELM_SECRETS_VERSION=v4.6.5
68
69
RUN \
70
GO_ARCH=$(uname -m | sed -e 's/x86_64/amd64/' -e 's/\(arm\)\(64\)\?.*/\1\2/' -e 's/aarch64$/arm64/') && \
0 commit comments