[incubator/druid] Bump Apache Druid to 0.19.0 (#23311)

Signed-off-by: asdf2014 <asdf2014@apache.org>
This commit is contained in:
Benedict Jin
2020-07-24 09:04:22 -07:00
committed by GitHub
parent cc9d39c142
commit 838d382fca
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 0.18.1
appVersion: 0.19.0
description: Apache Druid is a high performance real-time analytics database.
name: druid
version: 0.2.8
version: 0.2.9
home: https://druid.apache.org/
icon: https://druid.apache.org/img/favicon.png
maintainers:
+1 -1
View File
@@ -63,7 +63,7 @@ The following table lists the configurable parameters of the Druid chart and the
| Parameter | Description | Default |
|------------------------------------------|---------------------------------------------------------|--------------------------------------------|
| `image.repository` | container image name | `apache/druid` |
| `image.tag` | container image tag | `0.18.1` |
| `image.tag` | container image tag | `0.19.0` |
| `image.pullPolicy` | container pull policy | `IfNotPresent` |
| `image.pullSecrets` | image pull secrest for private repositoty | `[]` |
| `configMap.enabled` | enable druid configuration as configmap | `true` |
+1 -1
View File
@@ -2,7 +2,7 @@
image:
repository: apache/druid
tag: 0.18.1
tag: 0.19.0
pullPolicy: IfNotPresent
pullSecrets: []