This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-stable in repository https://gitbox.apache.org/repos/asf/airflow.git
commit b8f3d932efe18e6a62dd33aa36e7d9929d6a9f4a Author: Jarek Potiuk <[email protected]> AuthorDate: Fri Nov 13 14:23:20 2020 +0100 fixup! Update to new helm stable repo (#12137) --- scripts/ci/kubernetes/ci_run_helm_testing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/kubernetes/ci_run_helm_testing.sh b/scripts/ci/kubernetes/ci_run_helm_testing.sh index d48e298..c128852 100755 --- a/scripts/ci/kubernetes/ci_run_helm_testing.sh +++ b/scripts/ci/kubernetes/ci_run_helm_testing.sh @@ -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 ."
