From 5cb0e649d31bc6886e6ef0a962b0eaae9aeb7be7 Mon Sep 17 00:00:00 2001 From: Robin Trietsch Date: Tue, 30 May 2023 14:27:47 +0200 Subject: [PATCH] fix: helm gcs plugin on master is broken, use fixed version --- .github/workflows/publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f601742..b9fa81f 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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