Update imagePullPolicy for deploy-previews

This commit is contained in:
Goutham Pratapa 2023-02-13 09:00:10 +05:30 committed by GitHub
parent 091dcab60d
commit 0cf9a9eef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,4 +63,4 @@ helm upgrade -i $CHARTNAME appsmith/appsmith -n $NAMESPACE \
--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" \
--set "ingress.hosts[0].host=$DOMAINNAME, ingress.hosts[0].paths[0].path=/, ingress.hosts[0].paths[0].pathType=Prefix" \
--set ingress.className="nginx" --set autoupdate.enabled="true" --version $HELMCHART_VERSION
--set ingress.className="nginx" --set image.pullPolicy="Always" --set autoupdate.enabled="true" --version $HELMCHART_VERSION