Skip to content

Commit ff5a661

Browse files
committed
adjust release versions
1 parent 12ab5f5 commit ff5a661

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/install/kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ We support two release channels: mainline and stable - read the
129129
helm install coder coder-v2/coder \
130130
--namespace coder \
131131
--values values.yaml \
132-
--version 2.18.0
132+
--version 2.19.0
133133
```
134134

135135
- **Stable** Coder release:
@@ -140,7 +140,7 @@ We support two release channels: mainline and stable - read the
140140
helm install coder coder-v2/coder \
141141
--namespace coder \
142142
--values values.yaml \
143-
--version 2.17.2
143+
--version 2.18.5
144144
```
145145

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

docs/install/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ deployment.
1010
## Release channels
1111

1212
We support two release channels:
13-
[mainline](https://github.com/coder/coder/releases/tag/v2.16.0) for the bleeding
13+
[mainline](https://github.com/coder/coder/releases/tag/v2.19.0) for the bleeding
1414
edge version of Coder and
1515
[stable](https://github.com/coder/coder/releases/latest) for those with lower
1616
tolerance for fault. We field our mainline releases publicly for one month

0 commit comments

Comments
 (0)