diff --git a/scripts/deploy_preview.sh b/scripts/deploy_preview.sh index d7f5d60f91..f7d7873fdb 100755 --- a/scripts/deploy_preview.sh +++ b/scripts/deploy_preview.sh @@ -85,6 +85,7 @@ helm repo update helm plugin install https://github.com/helm/helm-mapkubeapis -n "$NAMESPACE" helm plugin ls helm mapkubeapis "$CHARTNAME" -n "$NAMESPACE" +helm show chart appsmith-ee/$HELMCHART echo "Deploy appsmith helm chart" helm upgrade -i "$CHARTNAME" "appsmith-ee/$HELMCHART" -n "$NAMESPACE" --create-namespace --recreate-pods \