diff --git a/bitnami/clickhouse/Chart.yaml b/bitnami/clickhouse/Chart.yaml index 464c1fdb75..2ab4618569 100644 --- a/bitnami/clickhouse/Chart.yaml +++ b/bitnami/clickhouse/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Database apiVersion: v2 -appVersion: 22.8.5 +appVersion: 22.8.6 dependencies: - condition: zookeeper.enabled name: zookeeper @@ -25,4 +25,4 @@ name: clickhouse sources: - https://github.com/bitnami/containers/tree/main/bitnami/clickhouse - https://github.com/ClickHouse/ClickHouse -version: 0.2.1 +version: 0.2.2 diff --git a/bitnami/clickhouse/README.md b/bitnami/clickhouse/README.md index 09469856a2..fc43659d5b 100644 --- a/bitnami/clickhouse/README.md +++ b/bitnami/clickhouse/README.md @@ -88,7 +88,7 @@ The command removes all the Kubernetes components associated with the chart and | --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------- | | `image.registry` | ClickHouse image registry | `docker.io` | | `image.repository` | ClickHouse image repository | `bitnami/clickhouse` | -| `image.tag` | ClickHouse image tag (immutable tags are recommended) | `22.8.5-debian-11-r6` | +| `image.tag` | ClickHouse image tag (immutable tags are recommended) | `22.8.6-debian-11-r0` | | `image.digest` | ClickHouse image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | ClickHouse image pull policy | `IfNotPresent` | | `image.pullSecrets` | ClickHouse image pull secrets | `[]` | diff --git a/bitnami/clickhouse/values.yaml b/bitnami/clickhouse/values.yaml index e8380d6f06..07e8037582 100644 --- a/bitnami/clickhouse/values.yaml +++ b/bitnami/clickhouse/values.yaml @@ -76,7 +76,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/clickhouse - tag: 22.8.5-debian-11-r6 + tag: 22.8.6-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'