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

Commit

Permalink
Merge pull request #6 from TakeoffTech/feature/SRE-4148-update
Browse files Browse the repository at this point in the history
SRE-4148: set stable-repo-url
  • Loading branch information
vliubko authored Dec 22, 2020
2 parents 3abdee6 + dfed412 commit 8f525fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hrval-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ JOB_RUNS=${6-4}
HRVAL="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/hrval.sh"

if [[ ${HELM_VER} == "v2" ]]; then
helm init --client-only
helm init --client-only --stable-repo-url https://charts.helm.sh/stable
fi

# If the path provided is actually a file, just run hrval against this one file
Expand Down

0 comments on commit 8f525fb

Please sign in to comment.