We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce042d commit 58d2dd8Copy full SHA for 58d2dd8
1 file changed
infra/scripts/push-helm-charts.sh
@@ -7,10 +7,10 @@ if [ $# -ne 1 ]; then
7
exit 1
8
fi
9
10
-bucket=gs://feast-helm-charts
+bucket=gs://feast-helm-charts/
11
repo_url=https://feast-helm-charts.storage.googleapis.com/
12
13
-helm plugin install https://github.com/hayorov/helm-gcs.git || true
+helm plugin install https://github.com/hayorov/helm-gcs.git --version 0.2.2 || true
14
15
helm repo add feast-helm-chart-repo $bucket
16
0 commit comments