add helm plugin to fix deprecated apis (#27419)
This commit is contained in:
parent
f470396b61
commit
b7a7b15173
|
|
@ -81,6 +81,7 @@ kubectl create secret docker-registry $SECRET \
|
||||||
echo "Add appsmith-ee to helm repo"
|
echo "Add appsmith-ee to helm repo"
|
||||||
AWS_REGION=us-east-2 helm repo add appsmith-ee $HELMCHART_URL;
|
AWS_REGION=us-east-2 helm repo add appsmith-ee $HELMCHART_URL;
|
||||||
helm repo update;
|
helm repo update;
|
||||||
|
helm mapkubeapis $CHARTNAME -n $NAMESPACE
|
||||||
|
|
||||||
echo "Deploy appsmith helm chart"
|
echo "Deploy appsmith helm chart"
|
||||||
helm upgrade -i $CHARTNAME appsmith-ee/$HELMCHART -n $NAMESPACE --create-namespace --recreate-pods \
|
helm upgrade -i $CHARTNAME appsmith-ee/$HELMCHART -n $NAMESPACE --create-namespace --recreate-pods \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user