diff --git a/.helm-repositories.yaml b/.helm-repositories.yaml index 4f875a2b7..ae1293b77 100644 --- a/.helm-repositories.yaml +++ b/.helm-repositories.yaml @@ -1,15 +1,6 @@ apiVersion: '' generated: '0001-01-01T00:00:00Z' repositories: - - caFile: '' - certFile: '' - insecure_skip_tls_verify: false - keyFile: '' - name: bitnami - pass_credentials_all: false - password: '' - url: https://charts.bitnami.com/bitnami - username: '' - caFile: '' certFile: '' insecure_skip_tls_verify: false diff --git a/lib/k8s/Dockerfile.base b/lib/k8s/Dockerfile.base index 2f3eb0333..087d52de0 100644 --- a/lib/k8s/Dockerfile.base +++ b/lib/k8s/Dockerfile.base @@ -36,7 +36,6 @@ RUN apt-get update && apt-get install -y ca-certificates wget curl git gnupg && npm install -g yarn && \ apt-get clean all && \ helm repo add chainlink-qa https://raw.githubusercontent.com/smartcontractkit/qa-charts/gh-pages/ && \ - helm repo add bitnami https://charts.bitnami.com/bitnami && \ helm repo update ENTRYPOINT ["sh"] diff --git a/lib/k8s/examples/link/Dockerfile b/lib/k8s/examples/link/Dockerfile index a0e521d13..76f3e4d8b 100644 --- a/lib/k8s/examples/link/Dockerfile +++ b/lib/k8s/examples/link/Dockerfile @@ -36,7 +36,6 @@ RUN apt-get update && apt-get install -y ca-certificates wget curl git gnupg zip npm install -g yarn && \ apt-get clean all && \ helm repo add chainlink-qa https://raw.githubusercontent.com/smartcontractkit/qa-charts/gh-pages/ && \ - helm repo add bitnami https://charts.bitnami.com/bitnami && \ helm repo update # This is needed, because kubectl config used is configured to use AWSCLI v2