Browse Source

Move helm repo from to (#75)

more details here https://helm.sh/blog/new-location-stable-incubator-charts/

Signed-off-by: ajayk <ajaykemparaj@gmail.com>
master
Ajay Kemparaj 4 years ago
committed by GitHub
parent
commit
466269de45
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      helm-dependency/README.md
  2. 2
      helm-dependency/requirements.yaml

4
helm-dependency/README.md

@ -10,7 +10,7 @@ In this example, the wordpress application is pulled from the stable helm repo,
dependencies:
- name: wordpress
version: 5.0.2
repository: https://kubernetes-charts.storage.googleapis.com
repository: https://charts.helm.sh/stable
```
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
```yaml
- name: mariadb
version: 5.x.x
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.helm.sh/stable
condition: mariadb.enabled
tags:
- wordpress-database

2
helm-dependency/requirements.yaml

@ -1,4 +1,4 @@
dependencies:
- name: wordpress
version: 5.0.2
repository: https://kubernetes-charts.storage.googleapis.com
repository: https://charts.helm.sh/stable

Loading…
Cancel
Save