-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
charts{redis-cluster,rabbitmq}: Use OCI registry for upstream charts
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
1 parent
413d9d0
commit 8072b42
Showing
3 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, ##) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |