From 160aa162eabcc80c70e72783b3c5ca34bb510cfc Mon Sep 17 00:00:00 2001 From: Goutham Pratapa Date: Tue, 20 Jun 2023 10:53:45 +0530 Subject: [PATCH] chore: bump helm chart version (#24357) Completes: [24356](https://github.com/appsmithorg/appsmith/issues/24356) --- 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 675c54fdf2..64f0043a1a 100755 --- a/scripts/deploy_preview.sh +++ b/scripts/deploy_preview.sh @@ -35,7 +35,7 @@ export DBNAME=ce"$PULL_REQUEST_NUMBER" export DOMAINNAME=ce-"$PULL_REQUEST_NUMBER".dp.appsmith.com export HELMCHART="appsmith" export HELMCHART_URL="http://helm.appsmith.com" -export HELMCHART_VERSION="2.0.0" +export HELMCHART_VERSION="2.0.2" aws eks update-kubeconfig --region $region --name $cluster_name --profile eksci