We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ccff9 commit dd27a8aCopy full SHA for dd27a8a
docs/install/kubernetes.md
@@ -132,7 +132,7 @@ locally in order to log in and manage templates.
132
helm install coder coder-v2/coder \
133
--namespace coder \
134
--values values.yaml \
135
- --version 2.10.0
+ --version 2.10.2
136
```
137
138
For the **stable** Coder release:
@@ -141,7 +141,7 @@ locally in order to log in and manage templates.
141
142
143
144
- --version 2.9.1
+ --version 2.9.4
145
146
147
You can watch Coder start up by running `kubectl get pods -n coder`. Once
0 commit comments