From dd27a8a634f77468cc67acbf04f327ef429b1ed4 Mon Sep 17 00:00:00 2001 From: Stephen Kirby <58410745+stirby@users.noreply.github.com> Date: Wed, 24 Apr 2024 10:26:36 -0500 Subject: [PATCH] updated helm install flags to match patches (#13064) --- docs/install/kubernetes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/kubernetes.md b/docs/install/kubernetes.md index 994485f316..780a525cfd 100644 --- a/docs/install/kubernetes.md +++ b/docs/install/kubernetes.md @@ -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: @@ -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