Skip to content

Commit

Permalink
fix: helm gcs plugin on master is broken, use fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
trietsch committed May 30, 2023
1 parent 4900516 commit 5cb0e64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
echo "${STRM_HELM_CHART_SA}" > credentials.json
export GOOGLE_APPLICATION_CREDENTIALS=credentials.json
helm plugin install https://github.com/hayorov/helm-gcs.git
# Until the GCS Plugin for helm is fixed, this needs stay on 0.4.1, see https://github.com/hayorov/helm-gcs/issues/191
helm plugin install https://github.com/hayorov/helm-gcs.git --version 0.4.1
helm gcs init gs://stream-machine-production-helm-chart/data-plane
helm repo add helm-bucket gs://stream-machine-production-helm-chart/data-plane
Expand Down

0 comments on commit 5cb0e64

Please sign in to comment.