Skip to content

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

chart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cluster using the [Helm](https://helm.sh) package manager.
3737
To install this repository from source (using helm 3)
3838
```bash
3939
kubectl create namespace airflow
40-
helm repo add stable https://kubernetes-charts.storage.googleapis.com
40+
helm repo add stable https://charts.helm.sh/stable/
4141
helm dep update
4242
helm install airflow . --namespace airflow
4343
```

chart/requirements.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: postgresql
3-
repository: https://kubernetes-charts.storage.googleapis.com
3+
repository: https://charts.helm.sh/stable/
44
version: 6.3.12
55
digest: sha256:58d88cf56e78b2380091e9e16cc6ccf58b88b3abe4a1886dd47cd9faef5309af
66
generated: "2020-06-21T19:11:53.498134738+02:00"

scripts/ci/kubernetes/ci_run_helm_testing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ echo "Chart directory is $CHART_DIR"
2525
docker 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 ."

scripts/ci/libraries/_kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}" \

0 commit comments

Comments
 (0)