Skip to content

Commit

Permalink
updated helm install flags to match patches (#13064)
Browse files Browse the repository at this point in the history
  • Loading branch information
stirby committed Apr 24, 2024
1 parent 39ccff9 commit dd27a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ locally in order to log in and manage templates.
helm install coder coder-v2/coder \
--namespace coder \
--values values.yaml \
--version 2.10.0
--version 2.10.2
```

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

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

0 comments on commit dd27a8a

Please sign in to comment.