From 761783c2beb097b6633f2bbbff5e1ce2b2c57c14 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 11 Jun 2023 00:57:58 +0200 Subject: [PATCH] [bitnami/clickhouse] Release 3.4.3 (#17083) * [bitnami/clickhouse] Release 3.4.3 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/clickhouse/Chart.yaml | 4 ++-- bitnami/clickhouse/README.md | 2 +- bitnami/clickhouse/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/clickhouse/Chart.yaml b/bitnami/clickhouse/Chart.yaml index fcc604e23e..453c15cc8b 100644 --- a/bitnami/clickhouse/Chart.yaml +++ b/bitnami/clickhouse/Chart.yaml @@ -2,7 +2,7 @@ annotations: category: Database licenses: Apache-2.0 apiVersion: v2 -appVersion: 23.5.1 +appVersion: 23.5.2 dependencies: - condition: zookeeper.enabled name: zookeeper @@ -25,4 +25,4 @@ maintainers: name: clickhouse sources: - https://github.com/bitnami/charts/tree/main/bitnami/clickhouse -version: 3.4.2 +version: 3.4.3 diff --git a/bitnami/clickhouse/README.md b/bitnami/clickhouse/README.md index ac2e700cde..9b41a969c0 100644 --- a/bitnami/clickhouse/README.md +++ b/bitnami/clickhouse/README.md @@ -89,7 +89,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) | `23.5.1-debian-11-r0` | +| `image.tag` | ClickHouse image tag (immutable tags are recommended) | `23.5.2-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 32324c5c8e..055c3cf68b 100644 --- a/bitnami/clickhouse/values.yaml +++ b/bitnami/clickhouse/values.yaml @@ -76,7 +76,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/clickhouse - tag: 23.5.1-debian-11-r0 + tag: 23.5.2-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'