Skip to content

Commit dd27a8a

Browse files
authored
updated helm install flags to match patches (coder#13064)
1 parent 39ccff9 commit dd27a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install/kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ locally in order to log in and manage templates.
132132
helm install coder coder-v2/coder \
133133
--namespace coder \
134134
--values values.yaml \
135-
--version 2.10.0
135+
--version 2.10.2
136136
```
137137

138138
For the **stable** Coder release:
@@ -141,7 +141,7 @@ locally in order to log in and manage templates.
141141
helm install coder coder-v2/coder \
142142
--namespace coder \
143143
--values values.yaml \
144-
--version 2.9.1
144+
--version 2.9.4
145145
```
146146

147147
You can watch Coder start up by running `kubectl get pods -n coder`. Once

0 commit comments

Comments
 (0)