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 c8e264d commit 4b18288Copy full SHA for 4b18288
docs/install/kubernetes.md
@@ -133,7 +133,7 @@ We support two release channels: mainline and stable - read the
133
helm install coder coder-v2/coder \
134
--namespace coder \
135
--values values.yaml \
136
- --version 2.19.0
+ --version 2.20.0
137
```
138
139
- **Stable** Coder release:
@@ -144,7 +144,7 @@ We support two release channels: mainline and stable - read the
144
145
146
147
- --version 2.18.5
+ --version 2.19.0
148
149
150
You can watch Coder start up by running `kubectl get pods -n coder`. Once Coder
0 commit comments