diff --git a/docs/install/kubernetes.md b/docs/install/kubernetes.md index 73a7c0eb8aca2..08be7f7730fb1 100644 --- a/docs/install/kubernetes.md +++ b/docs/install/kubernetes.md @@ -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: @@ -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