From 838d382fcab7f7f22676c3890d0f697c1aba7095 Mon Sep 17 00:00:00 2001 From: Benedict Jin Date: Sat, 25 Jul 2020 00:04:22 +0800 Subject: [PATCH] [incubator/druid] Bump Apache Druid to 0.19.0 (#23311) Signed-off-by: asdf2014 --- incubator/druid/Chart.yaml | 4 ++-- incubator/druid/README.md | 2 +- incubator/druid/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/incubator/druid/Chart.yaml b/incubator/druid/Chart.yaml index ab563ad587..065c52a8b3 100644 --- a/incubator/druid/Chart.yaml +++ b/incubator/druid/Chart.yaml @@ -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: diff --git a/incubator/druid/README.md b/incubator/druid/README.md index 581f38cd69..fa98612397 100644 --- a/incubator/druid/README.md +++ b/incubator/druid/README.md @@ -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` | diff --git a/incubator/druid/values.yaml b/incubator/druid/values.yaml index 36d89ffd91..fbeb1d06a5 100644 --- a/incubator/druid/values.yaml +++ b/incubator/druid/values.yaml @@ -2,7 +2,7 @@ image: repository: apache/druid - tag: 0.18.1 + tag: 0.19.0 pullPolicy: IfNotPresent pullSecrets: []