Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9f4f88f

Browse files
authored
version-flags (#14386)
1 parent a359879 commit 9f4f88f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install/kubernetes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ locally in order to log in and manage templates.
134134
helm install coder coder-v2/coder \
135135
--namespace coder \
136136
--values values.yaml \
137-
--version 2.14.0
137+
--version 2.14.2
138138
```
139139

140140
For the **stable** Coder release:
@@ -145,7 +145,7 @@ locally in order to log in and manage templates.
145145
helm install coder coder-v2/coder \
146146
--namespace coder \
147147
--values values.yaml \
148-
--version 2.13.4
148+
--version 2.13.5
149149
```
150150

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

0 commit comments

Comments
 (0)