fix failing deploy_preview.sh script

This commit is contained in:
Goutham Pratapa 2023-01-30 11:59:14 +05:30 committed by GitHub
parent a8689792dc
commit 61aa67d5b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ echo "Add appsmith-ce to helm repo"
AWS_REGION=ap-south-1 helm repo add $HELMCHART $HELMCHART_URL
echo "Deploy appsmith helm chart"
helm upgrade -i $CHARTNAME --generate-name -n $NAMESPACE \
helm upgrade -i $CHARTNAME -n $NAMESPACE \
--create-namespace --set image.repository=$DOCKER_HUB_ORGANIZATION/appsmith-dp --set image.tag=$IMAGE_HASH \
--set image.pullSecrets=$SECRET --set redis.enabled=false --set mongodb.enabled=false --set ingress.enabled=true \
--set "ingress.annotations.service\.beta\.kubernetes\.io/aws-load-balancer-ssl-cert=$AWS_RELEASE_CERT" \