fix: failing ce deploy previews (#20204)
This commit is contained in:
parent
71519e109e
commit
afc5c94cf7
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user