From 4ce8782247adca35980a578e449450783256f7d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 00:55:03 +0200 Subject: [PATCH] [docs] Set version to v4.6.1 (#470) Co-authored-by: jkroepke <1560587+jkroepke@users.noreply.github.com> --- docs/ArgoCD Integration.md | 2 +- docs/Installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ArgoCD Integration.md b/docs/ArgoCD Integration.md index c8067b6a..a3b13b20 100644 --- a/docs/ArgoCD Integration.md +++ b/docs/ArgoCD Integration.md @@ -279,7 +279,7 @@ repoServer: command: [sh, -ec] env: - name: HELM_SECRETS_VERSION - value: "4.6.0" + value: "4.6.1" - name: KUBECTL_VERSION value: "1.30.2" - name: VALS_VERSION diff --git a/docs/Installation.md b/docs/Installation.md index 75c28cbc..7624545d 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -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.6.0 +helm plugin install https://github.com/jkroepke/helm-secrets --version v4.6.1 ``` Install latest unstable version from main branch