File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -125,23 +125,23 @@ We support two release channels: mainline and stable - read the
125
125
126
126
<!-- autoversion(mainline): "--version [version]" -->
127
127
128
- ``` shell
129
- helm install coder coder-v2/coder \
130
- --namespace coder \
131
- --values values.yaml \
132
- --version 2.15.0
133
- ```
128
+ ``` shell
129
+ helm install coder coder-v2/coder \
130
+ --namespace coder \
131
+ --values values.yaml \
132
+ --version 2.15.0
133
+ ```
134
134
135
135
- ** Stable** Coder release:
136
136
137
137
<!-- autoversion(stable): "--version [version]" -->
138
138
139
- ``` shell
140
- helm install coder coder-v2/coder \
141
- --namespace coder \
142
- --values values.yaml \
143
- --version 2.15.1
144
- ```
139
+ ``` shell
140
+ helm install coder coder-v2/coder \
141
+ --namespace coder \
142
+ --values values.yaml \
143
+ --version 2.15.1
144
+ ```
145
145
146
146
You can watch Coder start up by running ` kubectl get pods -n coder ` . Once Coder
147
147
has started, the ` coder-* ` pods should enter the ` Running ` state.
You can’t perform that action at this time.
0 commit comments