File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed
scripts/release/testdata/autoversion/docs Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Some documentation
2
+
3
+ 1 . Run the following command to install the chart in your cluster.
4
+
5
+ For the ** mainline** Coder release:
6
+
7
+ <!-- autoversion(mainline): "--version [version]" -->
8
+ ``` shell
9
+ helm install coder coder-v2/coder \
10
+ --namespace coder \
11
+ --values values.yaml \
12
+ --version 2.10.0
13
+ ```
14
+
15
+ For the ** stable** Coder release:
16
+
17
+ <!-- autoversion(stable): "--version [version]" -->
18
+ ``` shell
19
+ helm install coder coder-v2/coder \
20
+ --namespace coder \
21
+ --values values.yaml \
22
+ --version 2.9.1
23
+ ```
Original file line number Diff line number Diff line change
1
+ # Some documentation
2
+
3
+ 1. Run the following command to install the chart in your cluster.
4
+
5
+ For the **mainline** Coder release:
6
+
7
+ <!-- autoversion(mainline): "--version [version]" -->
8
+ ```shell
9
+ helm install coder coder-v2/coder \
10
+ --namespace coder \
11
+ --values values.yaml \
12
+ --version 2.11.1
13
+ ```
14
+
15
+ For the **stable** Coder release:
16
+
17
+ <!-- autoversion(stable): "--version [version]" -->
18
+ ```shell
19
+ helm install coder coder-v2/coder \
20
+ --namespace coder \
21
+ --values values.yaml \
22
+ --version 2.9.4
23
+ ```
You can’t perform that action at this time.
0 commit comments