From 6129c172e6fbd6842d1d0d5bc1f15cd2b4df1211 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 9 Jul 2023 08:22:51 +0200 Subject: [PATCH] [bitnami/clickhouse] Release 3.5.4 (#17533) * [bitnami/clickhouse] Release 3.5.4 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 | 4 ++-- bitnami/clickhouse/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitnami/clickhouse/Chart.yaml b/bitnami/clickhouse/Chart.yaml index ad3c75d4d3..b8c78e3c2a 100644 --- a/bitnami/clickhouse/Chart.yaml +++ b/bitnami/clickhouse/Chart.yaml @@ -5,7 +5,7 @@ annotations: category: Database licenses: Apache-2.0 apiVersion: v2 -appVersion: 23.6.1 +appVersion: 23.6.2 dependencies: - condition: zookeeper.enabled name: zookeeper @@ -28,4 +28,4 @@ maintainers: name: clickhouse sources: - https://github.com/bitnami/charts/tree/main/bitnami/clickhouse -version: 3.5.3 +version: 3.5.4 diff --git a/bitnami/clickhouse/README.md b/bitnami/clickhouse/README.md index f9d249ad01..a0c8177e6b 100644 --- a/bitnami/clickhouse/README.md +++ b/bitnami/clickhouse/README.md @@ -91,7 +91,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.6.1-debian-11-r2` | +| `image.tag` | ClickHouse image tag (immutable tags are recommended) | `23.6.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 | `[]` | @@ -298,7 +298,7 @@ The command removes all the Kubernetes components associated with the chart and | `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` | | `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | -| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r132` | +| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r134` | | `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | diff --git a/bitnami/clickhouse/values.yaml b/bitnami/clickhouse/values.yaml index afec886425..544d17970f 100644 --- a/bitnami/clickhouse/values.yaml +++ b/bitnami/clickhouse/values.yaml @@ -79,7 +79,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/clickhouse - tag: 23.6.1-debian-11-r2 + tag: 23.6.2-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -957,7 +957,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r132 + tag: 11-debian-11-r134 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.