From 804ad76ff3816476fcda0de729348ebd5c89eb51 Mon Sep 17 00:00:00 2001 From: Jesus Christian Cruz Acono Date: Wed, 1 Dec 2021 09:57:36 -0600 Subject: [PATCH 1/5] minor typo change --- chapter4/anvil/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter4/anvil/Chart.yaml b/chapter4/anvil/Chart.yaml index d26ef15..2f42cec 100644 --- a/chapter4/anvil/Chart.yaml +++ b/chapter4/anvil/Chart.yaml @@ -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 \ No newline at end of file + email: wile@example.com From b8493680570995e78384423d49089f241926d3ab Mon Sep 17 00:00:00 2001 From: Jesus Christian Cruz Acono Date: Wed, 1 Dec 2021 09:59:05 -0600 Subject: [PATCH 2/5] minor typo change --- chapter6/booster/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter6/booster/Chart.yaml b/chapter6/booster/Chart.yaml index 67a5802..932eb38 100644 --- a/chapter6/booster/Chart.yaml +++ b/chapter6/booster/Chart.yaml @@ -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 \ No newline at end of file + email: wile@example.com From 3bf4f92ea2f81b5798eda87c8ae5e2097c01a5b2 Mon Sep 17 00:00:00 2001 From: Jesus Christian Cruz Acono Date: Wed, 1 Dec 2021 09:59:34 -0600 Subject: [PATCH 3/5] Update Chart.yaml --- chapter6/conditional/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter6/conditional/Chart.yaml b/chapter6/conditional/Chart.yaml index f41847a..5052301 100644 --- a/chapter6/conditional/Chart.yaml +++ b/chapter6/conditional/Chart.yaml @@ -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 @@ -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/ \ No newline at end of file + repository: https://raw.githubusercontent.com/Masterminds/learning-helm/master/chapter6/repository/ From 9d96cfd205851179def6d6b94ffbf25cf51091e5 Mon Sep 17 00:00:00 2001 From: Jesus Christian Cruz Acono Date: Wed, 1 Dec 2021 10:00:14 -0600 Subject: [PATCH 4/5] minor typo change --- chapter6/rocket/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter6/rocket/Chart.yaml b/chapter6/rocket/Chart.yaml index dd1c538..72add06 100644 --- a/chapter6/rocket/Chart.yaml +++ b/chapter6/rocket/Chart.yaml @@ -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 @@ -18,4 +18,4 @@ maintainers: dependencies: - name: booster version: ^1.0.0 - repository: https://raw.githubusercontent.com/Masterminds/learning-helm/master/chapter7/repository/ \ No newline at end of file + repository: https://raw.githubusercontent.com/Masterminds/learning-helm/master/chapter6/repository/ From 46cc4f03c83710dbac5b435c2b37c3371ef4b159 Mon Sep 17 00:00:00 2001 From: Jesus Christian Cruz Acono Date: Wed, 1 Dec 2021 10:00:44 -0600 Subject: [PATCH 5/5] Update Chart.yaml --- chapter6/tag/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chapter6/tag/Chart.yaml b/chapter6/tag/Chart.yaml index d6ecb7d..e5588b6 100644 --- a/chapter6/tag/Chart.yaml +++ b/chapter6/tag/Chart.yaml @@ -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 @@ -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/ \ No newline at end of file + repository: https://raw.githubusercontent.com/Masterminds/learning-helm/master/chapter6/repository/