Skip to content

Commit 58d2dd8

Browse files
committed
Fix gcs plugin version
1 parent bce042d commit 58d2dd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infra/scripts/push-helm-charts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ if [ $# -ne 1 ]; then
77
exit 1
88
fi
99

10-
bucket=gs://feast-helm-charts
10+
bucket=gs://feast-helm-charts/
1111
repo_url=https://feast-helm-charts.storage.googleapis.com/
1212

13-
helm plugin install https://github.com/hayorov/helm-gcs.git || true
13+
helm plugin install https://github.com/hayorov/helm-gcs.git --version 0.2.2 || true
1414

1515
helm repo add feast-helm-chart-repo $bucket
1616

0 commit comments

Comments
 (0)