Skip to content

Commit 6e138b3

Browse files
authored
Fix installation instructions for Helm 4 and add the company I work for to USERS.md (#660)
1 parent 52ca7e6 commit 6e138b3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

USERS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ information to this file.
1212
| Würth IT GmbH| production | Using helm-secrets to deploy our helm charts to our on premise open shift container platform | Germany | June 2024|
1313
| Sopra Steria | production | Using helm-secrets to deploy helm charts using ArgoCD on several platform | Europe | Jan 2025 |
1414
| Fast Forest | production | Using helm-secrets together with ArgoCD to manage the k3s cluster the team infrastructure runs on | Germany | Jun 2022 |
15+
| Dutch Public Broadcaster (NPO) | production | Using helm-secrets and vals to deploy Helm charts with parameters from AWS SSM | Netherlands | Nov 2025 |

docs/Installation.md

Lines changed: 3 additions & 3 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.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
26+
helm plugin install https://github.com/jkroepke/helm-secrets/releases/download/v4.7.4/secrets-4.7.4.tgz
27+
helm plugin install https://github.com/jkroepke/helm-secrets/releases/download/v4.7.4/secrets-getter-4.7.4.tgz
28+
helm plugin install https://github.com/jkroepke/helm-secrets/releases/download/v4.7.4/secrets-post-renderer-4.7.4.tgz
2929
```
3030

3131
### Install latest version

0 commit comments

Comments
 (0)