Skip to content

Commit

Permalink
add helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
esmaeilram committed Jun 22, 2022
1 parent 3bd59df commit 37c6cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 37c6cf4

Please sign in to comment.