Skip to content

Commit

Permalink
Merge pull request #690 from uselagoon/remove-banzaicloud-helmrepo
Browse files Browse the repository at this point in the history
chore: remove unused banzaicloud-stable repo
  • Loading branch information
shreddedbacon authored Oct 3, 2024
2 parents 42cf5a2 + d1d260d commit 2c904db
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
uses: actions/checkout@v4
- name: Add dependency chart repos
run: |
helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
helm repo add lagoon https://uselagoon.github.io/lagoon-charts/
helm repo add amazeeio https://amazeeio.github.io/charts/
helm repo add nats https://nats-io.github.io/k8s/helm/charts/
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: Add dependency chart repos
run: |
helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
helm repo add lagoon https://uselagoon.github.io/lagoon-charts/
helm repo add amazeeio https://amazeeio.github.io/charts/
helm repo add nats https://nats-io.github.io/k8s/helm/charts/
Expand Down
1 change: 0 additions & 1 deletion default.ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ target-branch: main
chart-dirs:
- charts
chart-repos:
- banzaicloud-stable=https://kubernetes-charts.banzaicloud.com
- lagoon=https://uselagoon.github.io/lagoon-charts/
- amazeeio=https://amazeeio.github.io/charts/
- nats=https://nats-io.github.io/k8s/helm/charts/
Expand Down

0 comments on commit 2c904db

Please sign in to comment.