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 cdeba67 commit 2101dbcCopy full SHA for 2101dbc
docs/install/kubernetes.md
@@ -127,7 +127,7 @@ locally in order to log in and manage templates.
127
helm install coder coder-v2/coder \
128
--namespace coder \
129
--values values.yaml \
130
- --version 2.10.0
+ --version 2.10.1
131
```
132
133
For the **stable** Coder release:
@@ -136,7 +136,7 @@ locally in order to log in and manage templates.
136
137
138
139
- --version 2.9.1
+ --version 2.9.3
140
141
142
You can watch Coder start up by running `kubectl get pods -n coder`. Once
0 commit comments