From 31cac9f85f1113dde615b15409b99615c9488958 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Thu, 2 Dec 2021 16:08:35 +0530 Subject: [PATCH] Fix Appsmith image name in Helm chart values (#9460) --- deploy/helm/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/helm/values.yaml b/deploy/helm/values.yaml index 3af97ee3a2..338cd2a4f6 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -39,7 +39,7 @@ strategyType: RollingUpdate ## image: registry: index.docker.io - repository: appsmith/appsmith-editor + repository: appsmith/appsmith-ce pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "latest" @@ -257,4 +257,4 @@ autoupdate: enabled: true ## @param autoupdate.scheduler - Schedule cron job to check & update Helm image ## - scheduler: "0 * * * *" \ No newline at end of file + scheduler: "0 * * * *"