Skip to content

Commit

Permalink
charts{redis-cluster,rabbitmq}: Use OCI registry for upstream charts
Browse files Browse the repository at this point in the history
As recommended here: bitnami/charts#30110

The http repository started failing recently, upstream maintainers suggest that
the OCI repository is the official repository and should be used.
  • Loading branch information
akshaymankar committed Jan 9, 2025
1 parent 413d9d0 commit 8072b42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions changelog.d/5-internal/bitnami-oci
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
charts/{redis-cluster,rabbitmq}: Use oci helm repository for upstream helm charts (#4405, ##)
4 changes: 1 addition & 3 deletions charts/rabbitmq/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
dependencies:
- name: rabbitmq
version: 14.6.9
# Use helm repo from the git repo because bitnami's repo is failing
# intermittently
repository: https://raw.githubusercontent.com/bitnami/charts/234a73987975ffeb0674dc60287012052ce0ddfc/bitnami
repository: oci://registry-1.docker.io/bitnamicharts/
4 changes: 1 addition & 3 deletions charts/redis-cluster/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
dependencies:
- name: redis-cluster
version: 7.6.4
# Use helm repo from the git repo because bitnami's repo is failing
# intermittently
repository: https://raw.githubusercontent.com/bitnami/charts/234a73987975ffeb0674dc60287012052ce0ddfc/bitnami
repository: oci://registry-1.docker.io/bitnamicharts/

0 comments on commit 8072b42

Please sign in to comment.