Skip to content

Commit

Permalink
Move helm repo from to (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayk authored Feb 10, 2021
1 parent 08f72e2 commit 466269d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm-dependency/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm-dependency/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
- name: wordpress
version: 5.0.2
repository: https://kubernetes-charts.storage.googleapis.com
repository: https://charts.helm.sh/stable

0 comments on commit 466269d

Please sign in to comment.