Skip to content
Merged
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
updated version for patches 2.12.5 and 2.13.2
  • Loading branch information
stirby committed Jul 23, 2024
commit 55c465c5dd41d728d929a30050f1666a4b65fc9b
4 changes: 2 additions & 2 deletions docs/install/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ locally in order to log in and manage templates.
helm install coder coder-v2/coder \
--namespace coder \
--values values.yaml \
--version 2.13.1
--version 2.13.2
```

For the **stable** Coder release:
Expand All @@ -145,7 +145,7 @@ locally in order to log in and manage templates.
helm install coder coder-v2/coder \
--namespace coder \
--values values.yaml \
--version 2.12.4
--version 2.12.5
```

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