Skip to content

Commit 52ca7e6

Browse files
committed
fix(docs): update installation instructions for version 4.7.4
1 parent 953e8e7 commit 52ca7e6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ jobs:
174174
sed -i -e '/- name: HELM_SECRETS_VERSION/{n;d;}' docs/ArgoCD\ Integration.md
175175
- run: >-
176176
sed -i -e '/- name: HELM_SECRETS_VERSION/a\'$'\n'' value: "'${GITHUB_REF_NAME/v}'"' docs/ArgoCD\ Integration.md
177+
- run: >-
178+
sed -i "s/--version .*/--version ${GITHUB_REF_NAME}/g" docs/Installation.md
177179
- run: >-
178180
sed -i "s!/v.+[.].+[.].+[.]/!/${GITHUB_REF_NAME}!g" docs/Installation.md
179181

docs/Installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ The `--version` flag is not supported in Helm 4, so you need to specify the exac
2323
Click [here](https://github.com/jkroepke/helm-secrets/releases/latest) for the latest version.
2424

2525
```bash
26-
helm plugin install https://github.com/jkroepke/helm-secrets/releases/download/v4.7.0/secrets.tgz
27-
helm plugin install https://github.com/jkroepke/helm-secrets/releases/download/v4.7.0/secrets-getter.tgz
28-
helm plugin install https://github.com/jkroepke/helm-secrets/releases/download/v4.7.0/secrets-post-renderer.tgz
26+
helm plugin install https://github.com/jkroepke/helm-secrets/releases/download/v4.7.4/secrets.tgz
27+
helm plugin install https://github.com/jkroepke/helm-secrets/releases/download/v4.7.4/secrets-getter.tgz
28+
helm plugin install https://github.com/jkroepke/helm-secrets/releases/download/v4.7.4/secrets-post-renderer.tgz
2929
```
3030

3131
### Install latest version
@@ -39,7 +39,7 @@ you need to fetch the latest version number first and then construct the downloa
3939
Install a specific version (recommend).
4040
Click [here](https://github.com/jkroepke/helm-secrets/releases/latest) for the latest version.
4141
```bash
42-
helm plugin install https://github.com/jkroepke/helm-secrets --version v4.7.3
42+
helm plugin install https://github.com/jkroepke/helm-secrets --version v4.7.4
4343
```
4444

4545
Install latest unstable version from main branch

0 commit comments

Comments
 (0)