-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump kind-action to v1.0.0 Signed-off-by: Scott Rigby <[email protected]> * Bump charts for testing kind action v1.0.0. Note Bitnami legacy repo URL redirect no longer works, so updated that with lock file Signed-off-by: Scott Rigby <[email protected]> * Also fix bitnami repo URL in dependencies-v1 chart Signed-off-by: Scott Rigby <[email protected]> * Fix bitnami repo URL in ct.yaml chart-repos list Signed-off-by: Scott Rigby <[email protected]>
- Loading branch information
1 parent
c3d1fa6
commit 82cf073
Showing
9 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
config: ct.yaml | ||
|
||
- name: Create kind cluster | ||
uses: helm/[email protected]-rc.1 | ||
uses: helm/[email protected] | ||
if: steps.lint.outputs.changed == 'true' | ||
|
||
- name: Run chart-testing (install) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dependencies: | ||
- name: redis | ||
repository: https://charts.bitnami.com | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 10.5.13 | ||
digest: sha256:23910f5ac60c2313377fba29714be2905d882d67b20b0f67c513489fb4c7ee0c | ||
generated: "2020-03-22T21:08:24.617752+01:00" | ||
digest: sha256:d4984d4df0282bd08c63bd8137b25ca17ec42719d67a7b0109196a5b4893666c | ||
generated: "2020-08-10T16:06:01.609565-04:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
dependencies: | ||
- name: redis | ||
version: 10.5.13 | ||
repository: https://charts.bitnami.com | ||
repository: https://charts.bitnami.com/bitnami | ||
condition: redis.enabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dependencies: | ||
- name: redis | ||
repository: https://charts.bitnami.com | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 10.5.13 | ||
digest: sha256:23910f5ac60c2313377fba29714be2905d882d67b20b0f67c513489fb4c7ee0c | ||
generated: "2020-03-22T21:08:36.130457+01:00" | ||
digest: sha256:d4984d4df0282bd08c63bd8137b25ca17ec42719d67a7b0109196a5b4893666c | ||
generated: "2020-08-10T15:47:53.111048-04:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ maintainers: | |
name: example-v1 | ||
sources: | ||
- https://github.com/helm/helm | ||
version: 0.1.5 | ||
version: 0.1.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ maintainers: | |
name: example-v2 | ||
sources: | ||
- https://github.com/helm/helm | ||
version: 0.2.2 | ||
version: 0.2.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters