Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Reverted to helm v2.13.0 and fixed stable repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
Pure-AdamuKaapan committed Jan 27, 2021
1 parent 8f2cbf1 commit d3a5cfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file not shown.
3 changes: 2 additions & 1 deletion scripts/build/build_helm_chart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3a5cfe

Please sign in to comment.