Skip to content

Commit

Permalink
Merge pull request #392 from jkroepke/docs/v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke authored Aug 14, 2023
2 parents c29477b + 1646fe4 commit 42956c7
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 @@ -147,7 +147,7 @@ ARG ARGOCD_VERSION="v2.6.2"
FROM argoproj/argocd:$ARGOCD_VERSION
ARG SOPS_VERSION="3.7.3"
ARG VALS_VERSION="0.24.0"
ARG HELM_SECRETS_VERSION="4.4.2"
ARG HELM_SECRETS_VERSION="4.5.0"
ARG KUBECTL_VERSION="1.26.1"
# vals or sops
ENV HELM_SECRETS_BACKEND="vals" \
Expand Down Expand Up @@ -255,7 +255,7 @@ repoServer:
command: [sh, -ec]
env:
- name: HELM_SECRETS_VERSION
value: "4.4.2"
value: "4.5.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.4.2
helm plugin install https://github.com/jkroepke/helm-secrets --version v4.5.0
```

Install latest unstable version from main branch
Expand Down

0 comments on commit 42956c7

Please sign in to comment.