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