We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b66f7 commit d60a649Copy full SHA for d60a649
docs/ArgoCD Integration.md
@@ -279,7 +279,7 @@ repoServer:
279
command: [sh, -ec]
280
env:
281
- name: HELM_SECRETS_VERSION
282
- value: "4.6.1"
+ value: "4.6.2"
283
- name: KUBECTL_VERSION
284
value: "1.30.2"
285
- name: VALS_VERSION
docs/Installation.md
@@ -4,7 +4,7 @@
4
5
Install a specific version (recommend). Click [here](https://github.com/jkroepke/helm-secrets/releases/latest) for latest version.
6
```bash
7
-helm plugin install https://github.com/jkroepke/helm-secrets --version v4.6.1
+helm plugin install https://github.com/jkroepke/helm-secrets --version v4.6.2
8
```
9
10
Install latest unstable version from main branch
0 commit comments