Skip to content

Commit

Permalink
Upgrade Druid from 30.0.0 to 30.0.1 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
asdf2014 authored Oct 4, 2024
1 parent d157735 commit 42f9ca5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/druid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/druid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion charts/druid/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"tag": {
"type": "string",
"default": "30.0.0",
"default": "30.0.1",
"description": "container image tag"
},
"pullPolicy": {
Expand Down
2 changes: 1 addition & 1 deletion charts/druid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

image:
repository: apache/druid
tag: 30.0.0
tag: 30.0.1
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit 42f9ca5

Please sign in to comment.