Skip to content

Commit

Permalink
charts: Use bitnami helm repo from github (#4405)
Browse files Browse the repository at this point in the history
* charts: Use bitnami helm repo from github

The main repo seems to have some intermittent issues

* hack/helmfile: Remove unused repo
  • Loading branch information
akshaymankar authored Jan 8, 2025
1 parent da19064 commit 413d9d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 3 additions & 1 deletion charts/rabbitmq/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
dependencies:
- name: rabbitmq
version: 14.6.9
repository: https://charts.bitnami.com/bitnami
# Use helm repo from the git repo because bitnami's repo is failing
# intermittently
repository: https://raw.githubusercontent.com/bitnami/charts/234a73987975ffeb0674dc60287012052ce0ddfc/bitnami
4 changes: 3 additions & 1 deletion charts/redis-cluster/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
dependencies:
- name: redis-cluster
version: 7.6.4
repository: https://charts.bitnami.com/bitnami
# Use helm repo from the git repo because bitnami's repo is failing
# intermittently
repository: https://raw.githubusercontent.com/bitnami/charts/234a73987975ffeb0674dc60287012052ce0ddfc/bitnami
3 changes: 0 additions & 3 deletions hack/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ repositories:
- name: stable
url: 'https://charts.helm.sh/stable'

- name: bitnami
url: 'https://charts.bitnami.com/bitnami'

- name: ingress
url: 'https://kubernetes.github.io/ingress-nginx'

Expand Down

0 comments on commit 413d9d0

Please sign in to comment.