Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .helm-repositories.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion lib/k8s/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
1 change: 0 additions & 1 deletion lib/k8s/examples/link/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading