Skip to content

Commit

Permalink
Bump Apache Druid to 0.18.1 (helm#22832)
Browse files Browse the repository at this point in the history
Signed-off-by: asdf2014 <[email protected]>
Signed-off-by: Adrien Loiseau <[email protected]>
  • Loading branch information
asdf2014 authored and li-adrienloiseau committed Jul 29, 2020
1 parent 3a4a7d9 commit 2c02166
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions incubator/druid/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 0.18.0
appVersion: 0.18.1
description: Apache Druid is a high performance real-time analytics database.
name: druid
version: 0.2.2
version: 0.2.3
home: https://druid.apache.org/
icon: https://druid.apache.org/img/druid_nav.png
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion incubator/druid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0` |
| `image.tag` | container image tag | `0.18.1` |
| `image.pullPolicy` | container pull policy | `IfNotPresent` |
| `image.pullSecrets` | image pull secrest for private repositoty | `[]` |
| `configVars` | druid configuration variables for all components | `` |
Expand Down
2 changes: 1 addition & 1 deletion incubator/druid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

image:
repository: apache/druid
tag: 0.18.0
tag: 0.18.1
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit 2c02166

Please sign in to comment.