-
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.
* Use actions/checkout@v2 fetch-depth input Co-authored-by: David Karlsen <[email protected]> Signed-off-by: Scott Rigby <[email protected]> * Bump demo chart versions to test change. May as well move deps to MINOR wildcard Signed-off-by: Scott Rigby <[email protected]> * Until helm 3.4.0, pin version explicitly See helm/helm#8478 Signed-off-by: Scott Rigby <[email protected]>
- Loading branch information
1 parent
61642e8
commit b9c13b6
Showing
7 changed files
with
13 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
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/bitnami | ||
version: 10.5.13 | ||
digest: sha256:d4984d4df0282bd08c63bd8137b25ca17ec42719d67a7b0109196a5b4893666c | ||
generated: "2020-08-10T16:06:01.609565-04:00" | ||
version: 10.7.17 | ||
digest: sha256:2bc5de73301f7004ebf3da26a39da8b078a54e77178010994cdd1ef14f7356c5 | ||
generated: "2020-08-30T19:12:48.409281-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 | ||
version: 10.7.17 | ||
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/bitnami | ||
version: 10.5.13 | ||
digest: sha256:d4984d4df0282bd08c63bd8137b25ca17ec42719d67a7b0109196a5b4893666c | ||
generated: "2020-08-10T15:47:53.111048-04:00" | ||
version: 10.7.17 | ||
digest: sha256:2bc5de73301f7004ebf3da26a39da8b078a54e77178010994cdd1ef14f7356c5 | ||
generated: "2020-08-30T19:12:56.578688-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.8 | ||
version: 0.1.9 |