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 <[email protected]> * add awatercolorpen to maintainers and onwers and update chart version Signed-off-by: slyao <[email protected]> * fix name Signed-off-by: slyao <[email protected]> * revert zk version Signed-off-by: slyao <[email protected]> * try to fix e2e test by zk 2.1.4 new feature Signed-off-by: slyao <[email protected]> Co-authored-by: slyao <[email protected]>
- Loading branch information
1 parent
2ccd67d
commit 011449f
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,14 @@ apiVersion: v1 | |
appVersion: 0.18.0 | ||
description: Apache Druid (incubating) is a high performance analytics data store for event-driven data. | ||
name: druid | ||
version: 0.2.0 | ||
version: 0.2.1 | ||
home: http://druid.io/ | ||
icon: http://druid.io/img/druid_nav.png | ||
maintainers: | ||
- name: maver1ck | ||
email: [email protected] | ||
- name: AWaterColorPen | ||
email: [email protected] | ||
sources: | ||
- https://github.com/apache/druid | ||
keywords: | ||
|
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