Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chapter4/anvil/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ keywords:
- anvil
home: https://wile.example.com/
sources:
- https://github.com/masterminds/learning-helm/blob/master/chapter5/anvil
- https://github.com/masterminds/learning-helm/blob/master/chapter4/anvil
maintainers:
- name: ACME Corp
email: maintainers@example.com
- name: Wile E. Coyote
email: wile@example.com
email: wile@example.com
4 changes: 2 additions & 2 deletions chapter6/booster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ keywords:
- booster
home: https://wile.example.com/
sources:
- https://github.com/masterminds/learning-helm/blob/master/chapter7/booster
- https://github.com/masterminds/learning-helm/blob/master/chapter6/booster
maintainers:
- name: ACME Corp
email: maintainers@example.com
- name: Wile E. Coyote
email: wile@example.com
email: wile@example.com
4 changes: 2 additions & 2 deletions chapter6/conditional/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords:
- optional
home: https://wile.example.com/
sources:
- https://github.com/masterminds/learning-helm/blob/master/chapter7/conditional
- https://github.com/masterminds/learning-helm/blob/master/chapter6/conditional
maintainers:
- name: ACME Corp
email: maintainers@example.com
Expand All @@ -19,4 +19,4 @@ dependencies:
- name: booster
version: ^1.0.0
condition: booster.enabled
repository: https://raw.githubusercontent.com/Masterminds/learning-helm/master/chapter7/repository/
repository: https://raw.githubusercontent.com/Masterminds/learning-helm/master/chapter6/repository/
4 changes: 2 additions & 2 deletions chapter6/rocket/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords:
- rocket
home: https://wile.example.com/
sources:
- https://github.com/masterminds/learning-helm/blob/master/chapter7/rocket
- https://github.com/masterminds/learning-helm/blob/master/chapter6/rocket
maintainers:
- name: ACME Corp
email: maintainers@example.com
Expand All @@ -18,4 +18,4 @@ maintainers:
dependencies:
- name: booster
version: ^1.0.0
repository: https://raw.githubusercontent.com/Masterminds/learning-helm/master/chapter7/repository/
repository: https://raw.githubusercontent.com/Masterminds/learning-helm/master/chapter6/repository/
6 changes: 3 additions & 3 deletions chapter6/tag/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords:
- optional
home: https://wile.example.com/
sources:
- https://github.com/masterminds/learning-helm/blob/master/chapter7/conditional
- https://github.com/masterminds/learning-helm/blob/master/chapter6/conditional
maintainers:
- name: ACME Corp
email: maintainers@example.com
Expand All @@ -20,9 +20,9 @@ dependencies:
tags:
- faster
version: ^1.0.0
repository: https://raw.githubusercontent.com/Masterminds/learning-helm/master/chapter7/repository/
repository: https://raw.githubusercontent.com/Masterminds/learning-helm/master/chapter6/repository/
- name: rocket
tags:
- faster
version: ^1.0.0
repository: https://raw.githubusercontent.com/Masterminds/learning-helm/master/chapter7/repository/
repository: https://raw.githubusercontent.com/Masterminds/learning-helm/master/chapter6/repository/