fix: failing ce deploy previews (#20204)

This commit is contained in:
Goutham Pratapa 2023-01-30 13:37:55 +05:30 committed by GitHub
parent 71519e109e
commit afc5c94cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -150,4 +150,4 @@ jobs:
with:
issue-number: ${{ github.event.client_payload.pull_request.number }}
body: |
Deploy-Preview-URL: https://${{ github.event.client_payload.pull_request.number }}-ce.dp.appsmith.com
Deploy-Preview-URL: https://ce-${{ github.event.client_payload.pull_request.number }}.dp.appsmith.com

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 -n $NAMESPACE \
helm upgrade -i $CHARTNAME appsmith/appsmith -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" \