File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ We support two release channels: mainline and stable - read the
129
129
helm install coder coder-v2/coder \
130
130
--namespace coder \
131
131
--values values.yaml \
132
- --version 2.18 .0
132
+ --version 2.19 .0
133
133
```
134
134
135
135
- ** Stable** Coder release:
@@ -140,7 +140,7 @@ We support two release channels: mainline and stable - read the
140
140
helm install coder coder-v2/coder \
141
141
--namespace coder \
142
142
--values values.yaml \
143
- --version 2.17.2
143
+ --version 2.18.5
144
144
```
145
145
146
146
You can watch Coder start up by running ` kubectl get pods -n coder ` . Once Coder
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ deployment.
10
10
## Release channels
11
11
12
12
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
14
14
edge version of Coder and
15
15
[ stable] ( https://github.com/coder/coder/releases/latest ) for those with lower
16
16
tolerance for fault. We field our mainline releases publicly for one month
You can’t perform that action at this time.
0 commit comments