Skip to content

Commit 4b18288

Browse files
authored
Update kubernetes.md
1 parent c8e264d commit 4b18288

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
@@ -133,7 +133,7 @@ We support two release channels: mainline and stable - read the
133133
helm install coder coder-v2/coder \
134134
--namespace coder \
135135
--values values.yaml \
136-
--version 2.19.0
136+
--version 2.20.0
137137
```
138138

139139
- **Stable** Coder release:
@@ -144,7 +144,7 @@ We support two release channels: mainline and stable - read the
144144
helm install coder coder-v2/coder \
145145
--namespace coder \
146146
--values values.yaml \
147-
--version 2.18.5
147+
--version 2.19.0
148148
```
149149

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

0 commit comments

Comments
 (0)