Skip to content

Commit 466269d

Browse files
authored
Move helm repo from to (argoproj#75)
more details here https://helm.sh/blog/new-location-stable-incubator-charts/ Signed-off-by: ajayk <[email protected]>
1 parent 08f72e2 commit 466269d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: helm-dependency/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this example, the wordpress application is pulled from the stable helm repo,
1010
dependencies:
1111
- name: wordpress
1212
version: 5.0.2
13-
repository: https://kubernetes-charts.storage.googleapis.com
13+
repository: https://charts.helm.sh/stable
1414
```
1515
1616
A custom values.yaml is used to customize the parameters of the wordpress helm chart:
@@ -31,7 +31,7 @@ The wordpress chart referenced in this example contains a subchart for mariadb a
3131
```yaml
3232
- name: mariadb
3333
version: 5.x.x
34-
repository: https://kubernetes-charts.storage.googleapis.com/
34+
repository: https://charts.helm.sh/stable
3535
condition: mariadb.enabled
3636
tags:
3737
- wordpress-database

Diff for: helm-dependency/requirements.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dependencies:
22
- name: wordpress
33
version: 5.0.2
4-
repository: https://kubernetes-charts.storage.googleapis.com
4+
repository: https://charts.helm.sh/stable

0 commit comments

Comments
 (0)