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

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/install/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
helm install coder coder-v2/coder \
--namespace coder \
--values values.yaml \
--version 2.34.0
--version 2.35.3
```

- **OCI Registry**
Expand All @@ -146,7 +146,7 @@
helm install coder oci://ghcr.io/coder/chart/coder \
--namespace coder \
--values values.yaml \
--version 2.34.0
--version 2.35.3
```

- **Stable** Coder release:
Expand Down Expand Up @@ -185,7 +185,7 @@
the Helm chart and upgrade Coder (see below). This allows workspaces to connect
to the proper Coder URL.

## Upgrading Coder via Helm

Check warning on line 188 in docs/install/kubernetes.md

View workflow job for this annotation

GitHub Actions / lint-docs

Coder.GerundHeading

Heading starts with an -ing word ('Upgrading'); prefer the imperative ('Install') or the noun ('Installation'). See capitalization-and-punctuation.md#no-gerund-leading-headings.

To upgrade Coder in the future or change values, you can run the following
command:
Expand Down
2 changes: 1 addition & 1 deletion docs/install/rancher.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ kubectl create secret generic coder-db-url -n coder \

1. Select a Coder version:

- **Mainline**: `2.35.2`
- **Mainline**: `2.35.3`
- **Stable**: `2.34.6`

Learn more about release channels in the [Releases documentation](./releases/index.md).
Expand Down
Loading