From 3a69f8e77c7464a1616600fd050ee306d0dba7a8 Mon Sep 17 00:00:00 2001 From: Goutham Pratapa Date: Mon, 18 Sep 2023 14:43:48 +0530 Subject: [PATCH] bump helm chart version (#27196) Depends: [2304](https://github.com/appsmithorg/appsmith-ee/pull/2304) --- scripts/deploy_preview.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy_preview.sh b/scripts/deploy_preview.sh index 822fac4257..2be492727a 100755 --- a/scripts/deploy_preview.sh +++ b/scripts/deploy_preview.sh @@ -38,7 +38,7 @@ export DBNAME=ce"$PULL_REQUEST_NUMBER" export DOMAINNAME=ce-"$PULL_REQUEST_NUMBER".dp.appsmith.com export HELMCHART="appsmith" export HELMCHART_URL="http://helm-ee.appsmith.com" -export HELMCHART_VERSION="3.0.5" +export HELMCHART_VERSION="3.0.7" aws eks update-kubeconfig --region $region --name $cluster_name --profile eksci