Skip to content

Commit 38f9bc5

Browse files
New Location For Stable and Incubator Charts
Getting error 403 for existing chart location. Using updated URL works https://helm.sh/blog/new-location-stable-incubator-charts/
1 parent 562bae5 commit 38f9bc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
dependencies:
22
- name: rabbitmq-ha
33
version: 1.46.1
4-
repository: https://kubernetes-charts.storage.googleapis.com/
4+
repository: https://charts.helm.sh/stable
55
condition: rabbitmq-ha.enabled
66
- name: mongodb-replicaset
77
version: 3.12.0
8-
repository: https://kubernetes-charts.storage.googleapis.com/
8+
repository: https://charts.helm.sh/stable
99
alias: mongodb-ha
1010
condition: mongodb-ha.enabled
1111
- name: external-dns
1212
version: 1.6.1
13-
repository: https://kubernetes-charts.storage.googleapis.com/
13+
repository: https://charts.helm.sh/stable
1414
condition: external-dns.enabled
1515
- name: etcd-operator
1616
version: 0.10.3
17-
repository: https://kubernetes-charts.storage.googleapis.com/
17+
repository: https://charts.helm.sh/stable
1818
condition: etcd-operator.enabled
1919

0 commit comments

Comments
 (0)