Skip to content
Merged
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
5 changes: 5 additions & 0 deletions .changeset/ctf-setup-remove-bitnami-repo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ctf-setup-run-tests-environment": minor
---

Remove the Bitnami Helm chart repo from test env setup. The action no longer runs `helm repo add bitnami`; CTF charts are provided through the `chainlink-qa` repository. Tests that still require a Bitnami chart must add their own non-Bitnami source.
1 change: 0 additions & 1 deletion actions/ctf-setup-run-tests-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ runs:
- name: Add required helm charts including chainlink-qa
shell: bash
run: |
helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
helm repo add chainlink-qa https://raw.githubusercontent.com/smartcontractkit/qa-charts/gh-pages/

# Display tool versions
Expand Down
Loading