Skip to content

Commit

Permalink
[docs] Set version to v4.6.0 (#444)
Browse files Browse the repository at this point in the history
Co-authored-by: jkroepke <[email protected]>
  • Loading branch information
github-actions[bot] and jkroepke authored Mar 11, 2024
1 parent 03a63a4 commit bccd9aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/ArgoCD Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ ARG ARGOCD_VERSION="v2.6.2"
FROM argoproj/argocd:$ARGOCD_VERSION
ARG SOPS_VERSION="3.8.1"
ARG VALS_VERSION="0.24.0"
ARG HELM_SECRETS_VERSION="4.5.1"
ARG HELM_SECRETS_VERSION="4.6.0"
ARG KUBECTL_VERSION="1.26.1"
# vals or sops
ENV HELM_SECRETS_BACKEND="vals" \
Expand Down Expand Up @@ -257,7 +257,7 @@ repoServer:
command: [sh, -ec]
env:
- name: HELM_SECRETS_VERSION
value: "4.5.1"
value: "4.6.0"
- name: KUBECTL_VERSION
value: "1.26.1"
- name: VALS_VERSION
Expand Down
2 changes: 1 addition & 1 deletion docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Install a specific version (recommend). Click [here](https://github.com/jkroepke/helm-secrets/releases/latest) for latest version.
```bash
helm plugin install https://github.com/jkroepke/helm-secrets --version v4.5.1
helm plugin install https://github.com/jkroepke/helm-secrets --version v4.6.0
```

Install latest unstable version from main branch
Expand Down

0 comments on commit bccd9aa

Please sign in to comment.