diff --git a/charts/druid/Chart.yaml b/charts/druid/Chart.yaml index 5778029..f7761ae 100644 --- a/charts/druid/Chart.yaml +++ b/charts/druid/Chart.yaml @@ -15,8 +15,8 @@ apiVersion: v2 name: druid -version: 30.0.16 -appVersion: 30.0.0 +version: 30.1.0 +appVersion: 30.0.1 description: Apache Druid is a high performance real-time analytics database. keywords: - bigdata diff --git a/charts/druid/README.md b/charts/druid/README.md index c72428d..f5c4249 100644 --- a/charts/druid/README.md +++ b/charts/druid/README.md @@ -28,7 +28,7 @@ $ helm repo add druid-helm https://asdf2014.github.io/druid-helm/ # Install chart -$ helm install my-druid druid-helm/druid --version 30.0.16 +$ helm install my-druid druid-helm/druid --version 30.1.0 ``` @@ -72,7 +72,7 @@ The following table lists the configurable parameters of the Druid Helm Chart an | Parameter | Description | Default | | -------------------------- | ---------------------------------------------------- | -------------- | | `image.repository` | container image name | `apache/druid` | -| `image.tag` | container image tag | `30.0.0` | +| `image.tag` | container image tag | `30.0.1` | | `image.pullPolicy` | container pull policy | `IfNotPresent` | | `image.pullSecrets` | image pull secrets for private repository | `[]` | | `configMap.enabled` | enable druid configuration as configmap | `true` | diff --git a/charts/druid/values.schema.json b/charts/druid/values.schema.json index dd50b0f..a05fb64 100644 --- a/charts/druid/values.schema.json +++ b/charts/druid/values.schema.json @@ -13,7 +13,7 @@ }, "tag": { "type": "string", - "default": "30.0.0", + "default": "30.0.1", "description": "container image tag" }, "pullPolicy": { diff --git a/charts/druid/values.yaml b/charts/druid/values.yaml index 244877b..6b00393 100644 --- a/charts/druid/values.yaml +++ b/charts/druid/values.yaml @@ -17,7 +17,7 @@ image: repository: apache/druid - tag: 30.0.0 + tag: 30.0.1 pullPolicy: IfNotPresent pullSecrets: []