mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/druid] Bump Apache Druid to 0.19.0 (#23311)
Signed-off-by: asdf2014 <asdf2014@apache.org>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
image:
|
||||
repository: apache/druid
|
||||
tag: 0.18.1
|
||||
tag: 0.19.0
|
||||
pullPolicy: IfNotPresent
|
||||
pullSecrets: []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user