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 bd3fef6 commit 2fc7ca2Copy full SHA for 2fc7ca2
docs/install/kubernetes.md
@@ -159,7 +159,7 @@ We support two release channels: mainline and stable - read the
159
helm install coder coder-v2/coder \
160
--namespace coder \
161
--values values.yaml \
162
- --version 2.24.2
+ --version 2.25.0
163
```
164
165
- **OCI Registry**
@@ -170,7 +170,7 @@ We support two release channels: mainline and stable - read the
170
helm install coder oci://ghcr.io/coder/chart/coder \
171
172
173
174
175
176
You can watch Coder start up by running `kubectl get pods -n coder`. Once Coder
0 commit comments