Skip to content

Commit 2fc7ca2

Browse files
committed
updated version for oci k8s
1 parent bd3fef6 commit 2fc7ca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install/kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ We support two release channels: mainline and stable - read the
159159
helm install coder coder-v2/coder \
160160
--namespace coder \
161161
--values values.yaml \
162-
--version 2.24.2
162+
--version 2.25.0
163163
```
164164

165165
- **OCI Registry**
@@ -170,7 +170,7 @@ We support two release channels: mainline and stable - read the
170170
helm install coder oci://ghcr.io/coder/chart/coder \
171171
--namespace coder \
172172
--values values.yaml \
173-
--version 2.24.2
173+
--version 2.25.0
174174
```
175175

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

0 commit comments

Comments
 (0)