Skip to content

Commit b695187

Browse files
docs: Update helm installation command
If any older version of the snyk helm repo is already present on the local machine, the current `helm repo add` command will not modify it, meaning the subsequent call to `helm upgrade --install` will use the latest _local_ chart, which may not be the latest _actual_ release. Adding `--force-update` as per this PR will ensure that the local repo is updated to include the latest actual release.
1 parent a55c8dc commit b695187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snyk-monitor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ kubectl create configmap snyk-monitor-registries-conf -n snyk-monitor --from-fil
7272

7373
## Installation from Helm repo ##
7474

75-
Add Snyk's Helm repo:
75+
Add the latest version of Snyk's Helm repo:
7676

7777
```shell
78-
helm repo add snyk-charts https://snyk.github.io/kubernetes-monitor/
78+
helm repo add snyk-charts https://snyk.github.io/kubernetes-monitor/ --force-update
7979
```
8080

8181
Run the following command to launch the Snyk monitor in your cluster:

0 commit comments

Comments
 (0)