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 0fcfd15 commit fe8de78Copy full SHA for fe8de78
docs/ArgoCD Integration.md
@@ -148,7 +148,7 @@ Below is an example `Dockerfile` which incorporates `sops` and `helm-secrets` in
148
ARG ARGOCD_VERSION="v3.2.1"
149
FROM quay.io/argoproj/argocd:$ARGOCD_VERSION
150
ARG SOPS_VERSION=3.11.0
151
-ARG KUBECTL_VERSION=1.34.2
+ARG KUBECTL_VERSION=1.34.3
152
ARG VALS_VERSION=0.42.6
153
ARG AGE_VERSION=1.2.1
154
ARG HELM_SECRETS_VERSION=4.7.4
@@ -273,7 +273,7 @@ repoServer:
273
- name: HELM_SECRETS_VERSION
274
value: "4.7.4"
275
- name: KUBECTL_VERSION
276
- value: "1.34.2"
+ value: "1.34.3"
277
- name: VALS_VERSION
278
value: "0.42.6"
279
- name: SOPS_VERSION
0 commit comments