From 4ac7fcdfa134273e8c37bcdacf8c72d191bea452 Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Tue, 30 Aug 2022 17:36:25 -0500 Subject: [PATCH 1/2] fix: default coder image tag --- helm/Chart.yaml | 4 ++-- helm/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 2b73b7c6d641c..794002e2039de 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -6,8 +6,8 @@ home: https://github.com/coder/coder # version and appVersion are injected at release and will always be shown as # 0.1.0 in the repository. type: application -version: "0.1.0" -appVersion: "0.1.0" +version: "0.8.9" +appVersion: "0.8.9" # Coder has a hard requirement on Kubernetes 1.19, as this version introduced # the networking.k8s.io/v1 API. diff --git a/helm/values.yaml b/helm/values.yaml index f6521c9c5aab9..d248a4b65094e 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -11,7 +11,7 @@ coder: repo: "ghcr.io/coder/coder" # coder.image.tag -- The tag of the image, defaults to {{.Chart.AppVersion}} # if not set. - tag: "" + tag: "latest" # coder.image.pullPolicy -- The pull policy to use for the image. See: # https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy pullPolicy: IfNotPresent From d6511fb18b25bd48193747c410c643fe1a5cb276 Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Tue, 30 Aug 2022 19:09:51 -0500 Subject: [PATCH 2/2] rm: latest --- helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/values.yaml b/helm/values.yaml index d248a4b65094e..f6521c9c5aab9 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -11,7 +11,7 @@ coder: repo: "ghcr.io/coder/coder" # coder.image.tag -- The tag of the image, defaults to {{.Chart.AppVersion}} # if not set. - tag: "latest" + tag: "" # coder.image.pullPolicy -- The pull policy to use for the image. See: # https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy pullPolicy: IfNotPresent