Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change typos by chapter re-number #2

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
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/