forked from helm/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[incubator/druid] upgrade dependencies to latest version (helm#22755)
* upgrade requirements dependencies chart package to latest version Signed-off-by: slyao <slyao@tencent.com> * add awatercolorpen to maintainers and onwers and update chart version Signed-off-by: slyao <slyao@tencent.com> * fix name Signed-off-by: slyao <slyao@tencent.com> * revert zk version Signed-off-by: slyao <slyao@tencent.com> * try to fix e2e test by zk 2.1.4 new feature Signed-off-by: slyao <slyao@tencent.com> Co-authored-by: slyao <slyao@tencent.com>
- Loading branch information
1 parent
e2b517b
commit b7c5db6
Showing
5 changed files
with
16 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
approvers: | ||
- maver1ck | ||
- AWaterColorPen | ||
reviewers: | ||
- maver1ck | ||
- AWaterColorPen |
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,12 +1,12 @@ | ||
dependencies: | ||
- name: zookeeper | ||
repository: https://kubernetes-charts-incubator.storage.googleapis.com/ | ||
version: 2.1.3 | ||
version: 2.1.4 | ||
- name: mysql | ||
repository: https://kubernetes-charts.storage.googleapis.com/ | ||
version: 0.10.2 | ||
version: 1.6.4 | ||
- name: postgresql | ||
repository: https://kubernetes-charts.storage.googleapis.com/ | ||
version: 3.11.7 | ||
digest: sha256:ddcc50bd807ffc16a66c5814ed2845d026be0d0c8d707fbe10cd749045bcece7 | ||
generated: "2020-05-14T21:41:30.582142+08:00" | ||
version: 8.6.4 | ||
digest: sha256:e44359eeece66b0314a9c4e6d72466a1ba7fc7d7caa4855c1557e736be25a686 | ||
generated: "2020-06-11T17:04:06.764571+08: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,13 +1,13 @@ | ||
dependencies: | ||
- name: zookeeper | ||
version: 2.1.3 | ||
version: 2.1.4 | ||
repository: https://kubernetes-charts-incubator.storage.googleapis.com/ | ||
condition: zookeeper.enabled | ||
- name: mysql | ||
version: 0.10.2 | ||
version: 1.6.4 | ||
repository: https://kubernetes-charts.storage.googleapis.com/ | ||
condition: mysql.enabled | ||
- name: postgresql | ||
version: 3.11.7 | ||
version: 8.6.4 | ||
repository: https://kubernetes-charts.storage.googleapis.com/ | ||
condition: postgresql.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