Skip to content

Commit 47c5db8

Browse files
authored
Merge pull request #806 from snyk/chore/remove_readme_duplicate_section
chore: remove duplicate upgrade section
2 parents 879276f + 5cd0d12 commit 47c5db8

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

snyk-monitor/README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ Replace the value of `clusterName` with the name of your cluster.
102102

103103
You can apply the latest version of the YAML installation files to upgrade.
104104

105+
If you would like to reuse the last release's values and merge in any overrides from the command line via --set and -f, you can use the option `--reuse-values`. For example:
106+
```bash
107+
helm upgrade snyk-monitor snyk-charts/snyk-monitor --reuse-values
108+
```
109+
If '--reset-values' is specified, this is ignored.
110+
105111
If running with Operator Lifecycle Manager (OLM) then OLM will handle upgrades for you when you request to install the latest version. This applies to OpenShift (OCP) and regular installations of OLM.
106112

107113
## Setting up proxying ##
@@ -204,14 +210,6 @@ You can provide custom CA certificates to use for validating TLS connections by
204210

205211
If running Snyk on-prem, you can also use a custom CA certificate to validate the connection to kubernetes-upstream for sending scan results by providing the certificate under the following path in the ConfigMap: /srv/app/certs/ca.pem
206212

207-
## Upgrading
208-
209-
When upgrading the Snyk monitor, if you would like to reuse the last release's values and merge in any overrides from the command line via --set and -f, you can use the option `--reuse-values`. For example:
210-
```bash
211-
helm upgrade snyk-monitor snyk-charts/snyk-monitor --reuse-values
212-
```
213-
If '--reset-values' is specified, this is ignored.
214-
215213
## Terms and conditions ##
216214

217215
*The Snyk Container Kubernetes integration uses Red Hat UBI (Universal Base Image).*

0 commit comments

Comments
 (0)