diff --git a/deploy.sh b/deploy.sh index 12a3deb..f04a25b 100644 --- a/deploy.sh +++ b/deploy.sh @@ -13,8 +13,8 @@ echo "$INPUT_GCP_KEY" | base64 -d > /tmp/google_credentials.json gcloud auth activate-service-account --key-file /tmp/google_credentials.json export XDG_DATA_HOME=/helm3home -helm repo add gcs-repo "$INPUT_GCS_HELM_REPO" -helm repo update +#helm repo add gcs-repo "$INPUT_GCS_HELM_REPO" +#helm repo update if [ $INPUT_HELM_VERSION == '3.9.0' ] then helm_command_array=($(eval "echo $INPUT_HELM_COMMAND"))