From b7a7b15173ad15b78398997abc1e0b713464f52d Mon Sep 17 00:00:00 2001 From: Goutham Pratapa Date: Tue, 19 Sep 2023 10:46:11 +0530 Subject: [PATCH] add helm plugin to fix deprecated apis (#27419) --- scripts/deploy_preview.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/deploy_preview.sh b/scripts/deploy_preview.sh index 2be492727a..5ab2d3db1b 100755 --- a/scripts/deploy_preview.sh +++ b/scripts/deploy_preview.sh @@ -81,6 +81,7 @@ kubectl create secret docker-registry $SECRET \ echo "Add appsmith-ee to helm repo" AWS_REGION=us-east-2 helm repo add appsmith-ee $HELMCHART_URL; helm repo update; +helm mapkubeapis $CHARTNAME -n $NAMESPACE echo "Deploy appsmith helm chart" helm upgrade -i $CHARTNAME appsmith-ee/$HELMCHART -n $NAMESPACE --create-namespace --recreate-pods \