You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments