Skip to content

Commit 8bf1bf2

Browse files
committed
helm: Use upgrade --install everywhere
See @sreya's review
1 parent 79e8f3d commit 8bf1bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/helm-chart/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
100100
install`. For example,
101101

102102
```console
103-
$ helm install code-server \
103+
$ helm upgrade --install code-server \
104104
ci/helm-chart \
105105
--set persistence.enabled=false
106106
```
@@ -111,7 +111,7 @@ Alternatively, a YAML file that specifies the values for the above parameters
111111
can be provided while installing the chart. For example,
112112

113113
```console
114-
$ helm install code-server ci/helm-chart -f values.yaml
114+
$ helm upgrade --install code-server ci/helm-chart -f values.yaml
115115
```
116116

117117
> **Tip**: You can use the default [values.yaml](values.yaml)

0 commit comments

Comments
 (0)