File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ cluster using the [Helm](https://helm.sh) package manager.
3737To install this repository from source (using helm 3)
3838``` bash
3939kubectl create namespace airflow
40- helm repo add stable https://kubernetes- charts.storage.googleapis.com
40+ helm repo add stable https://charts.helm.sh/stable/
4141helm dep update
4242helm install airflow . --namespace airflow
4343```
Original file line number Diff line number Diff line change 11dependencies:
22- name: postgresql
3- repository: https://kubernetes- charts.storage.googleapis.com
3+ repository: https://charts.helm.sh/stable/
44 version: 6.3.12
55digest: sha256:58d88cf56e78b2380091e9e16cc6ccf58b88b3abe4a1886dd47cd9faef5309af
66generated: "2020-06-21T19:11:53.498134738+02:00"
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ echo "Chart directory is $CHART_DIR"
2525docker run -w /airflow-chart -v " $CHART_DIR " :/airflow-chart \
2626 --entrypoint /bin/sh \
2727 aneeshkj/helm-unittest \
28- -c " helm repo add stable https://kubernetes- charts.storage.googleapis.com ; helm dependency update ; helm unittest ."
28+ -c " helm repo add stable https://charts.helm.sh/stable/ ; helm dependency update ; helm unittest ."
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ function deploy_airflow_with_helm() {
296296 verbose_kubectl create namespace " ${HELM_AIRFLOW_NAMESPACE} "
297297 verbose_kubectl create namespace " test-namespace"
298298 pushd " ${AIRFLOW_SOURCES} /chart" || exit 1
299- verbose_helm repo add stable https://kubernetes- charts.storage.googleapis.com
299+ verbose_helm repo add stable https://charts.helm.sh/stable/
300300 verbose_helm dep update
301301 verbose_helm install airflow . --namespace " ${HELM_AIRFLOW_NAMESPACE} " \
302302 --set " defaultAirflowRepository=${DOCKERHUB_USER} /${DOCKERHUB_REPO} " \
You can’t perform that action at this time.
0 commit comments