Skip to content

Commit

Permalink
fixup! Update to new helm stable repo (#12137)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk committed Nov 13, 2020
1 parent 868ff46 commit b8f3d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/kubernetes/ci_run_helm_testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ echo "Chart directory is $CHART_DIR"
docker run -w /airflow-chart -v "$CHART_DIR":/airflow-chart \
--entrypoint /bin/sh \
aneeshkj/helm-unittest \
-c "helm repo add stable https://kubernetes-charts.storage.googleapis.com; helm dependency update ; helm unittest ."
-c "helm repo add stable https://charts.helm.sh/stable/; helm dependency update ; helm unittest ."

0 comments on commit b8f3d93

Please sign in to comment.