Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45062a8

Browse files
committed
add testdata
1 parent 6f82ddd commit 45062a8

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
```
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
```

0 commit comments

Comments
 (0)