diff --git a/deploy/infra/helm/helm-v2.17.0 b/deploy/infra/helm/helm-v2.13.0 old mode 100755 new mode 100644 similarity index 71% rename from deploy/infra/helm/helm-v2.17.0 rename to deploy/infra/helm/helm-v2.13.0 index 5544eb7a..0ebddea1 Binary files a/deploy/infra/helm/helm-v2.17.0 and b/deploy/infra/helm/helm-v2.13.0 differ diff --git a/scripts/build/build_helm_chart.sh b/scripts/build/build_helm_chart.sh index 8b0f9979..cc6aeb21 100755 --- a/scripts/build/build_helm_chart.sh +++ b/scripts/build/build_helm_chart.sh @@ -20,7 +20,8 @@ sed -i "s/@PURE1_UNPLUGGED_VERSION@/${VERSION}/g" ${TMP_CHART_DIR}/pure1-unplugg HELM_HOME=$(mktemp -d) -helm init --client-only --home ${HELM_HOME} +# Manually specify stable repo URL since it's moved: https://helm.sh/blog/new-location-stable-incubator-charts/ +helm init --client-only --home ${HELM_HOME} --stable-repo-url "https://charts.helm.sh/stable" helm package --home ${HELM_HOME} --destination ${CHART_DIR} ${TMP_CHART_DIR}/pure1-unplugged # rename our output