8000 docs: update Kubernetes install docs with current release versions (#… · coder/coder@4ff6c5e · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ff6c5e

Browse files
docs: update Kubernetes install docs with current release versions (#18347)
Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com> Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
1 parent f126931 commit 4ff6c5e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/install/kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ We support two release channels: mainline and stable - read the
133133
helm install coder coder-v2/coder \
134134
--namespace coder \
135135
--values values.yaml \
136-
--version 2.22.1
136+
--version 2.23.1
137137
```
138138

139139
- **Stable** Coder release:
@@ -144,7 +144,7 @@ We support two release channels: mainline and stable - read the
144144
helm install coder coder-v2/coder \
145145
--namespace coder \
146146
--values values.yaml \
147-
--version 2.19.0
147+
--version 2.22.1
148148
```
149149

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

docs/install/releases/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ pages.
5757
<!-- RELEASE_CALENDAR_START -->
5858
| Release name | Release Date | Status | Latest Release |
5959
|------------------------------------------------|-------------------|------------------|----------------------------------------------------------------|
60-
| [2.17](https://coder.com/changelog/coder-2-17) | November 04, 2024 | Not Supported | [v2.17.3](https://github.com/coder/coder/releases/tag/v2.17.3) |
6160
| [2.18](https://coder.com/changelog/coder-2-18) | December 03, 2024 | Not Supported | [v2.18.5](https://github.com/coder/coder/releases/tag/v2.18.5) |
6261
| [2.19](https://coder.com/changelog/coder-2-19) | February 04, 2025 | Not Supported | [v2.19.3](https://github.com/coder/coder/releases/tag/v2.19.3) |
63-
| [2.20](https://coder.com/changelog/coder-2-20) | March 04, 2025 | Security Support | [v2.20.3](https://github.com/coder/coder/releases/tag/v2.20.3) |
64-
| [2.21](https://coder.com/changelog/coder-2-21) | April 02, 2025 | Stable | [v2.21.3](https://github.com/coder/coder/releases/tag/v2.21.3) |
65-
| [2.22](https://coder.com/changelog/coder-2-22) | May 16, 2025 | Mainline | [v2.22.0](https://github.com/coder/coder/releases/tag/v2.22.0) |
66-
| 2.23 | | Not Released | N/A |
62+
| [2.20](https://coder.com/changelog/coder-2-20) | March 04, 2025 | Not Supported | [v2.20.3](https://github.com/coder/coder/releases/tag/v2.20.3) |
63+
| [2.21](https://coder.com/changelog/coder-2-21) | April 02, 2025 | Security Support | [v2.21.3](https://github.com/coder/coder/releases/tag/v2.21.3) |
64+
| [2.22](https://coder.com/changelog/coder-2-22) | May 16, 2025 | Stable | [v2.22.1](https://github.com/coder/coder/releases/tag/v2.22.1) |
65+
| [2.23](https://coder.com/changelog/coder-2-23) | June 03, 2025 | Mainline | [v2.23.1](https://github.com/coder/coder/releases/tag/v2.23.1) |
66+
| 2.24 | | Not Released | N/A |
6767
<!-- RELEASE_CALENDAR_END -->
6868

6969
> [!TIP]

0 commit comments

Comments
 (0)
0