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: []