From 29670e5e25bbd40e207e25b49e429ea230f530df Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 29 Sep 2023 20:58:57 +0200 Subject: [PATCH] [bitnami/clickhouse] Release 4.0.5 (#19649) * [bitnami/clickhouse] Release 4.0.5 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.lock | 6 +++--- bitnami/clickhouse/Chart.yaml | 8 ++++---- bitnami/clickhouse/README.md | 4 ++-- bitnami/clickhouse/values.yaml | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bitnami/clickhouse/Chart.lock b/bitnami/clickhouse/Chart.lock index 21c8de5c83..d6285079aa 100644 --- a/bitnami/clickhouse/Chart.lock +++ b/bitnami/clickhouse/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 12.1.3 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.12.0 -digest: sha256:0b84be95360f0dd7a8a9a425127b0c6f95d7722250838f7999e564bf0d6317e3 -generated: "2023-09-29T04:54:31.413011245Z" + version: 2.13.0 +digest: sha256:6e3716213db604b13109e4c542a7d67d7df35b50a0764f7f56a5032a0add2c70 +generated: "2023-09-29T18:39:53.808527443Z" diff --git a/bitnami/clickhouse/Chart.yaml b/bitnami/clickhouse/Chart.yaml index 6be0b3addf..e5ea480bbb 100644 --- a/bitnami/clickhouse/Chart.yaml +++ b/bitnami/clickhouse/Chart.yaml @@ -6,13 +6,13 @@ annotations: licenses: Apache-2.0 images: | - name: clickhouse - image: docker.io/bitnami/clickhouse:23.8.3-debian-11-r0 + image: docker.io/bitnami/clickhouse:23.9.1-debian-11-r0 - name: os-shell - image: docker.io/bitnami/os-shell:11-debian-11-r82 + image: docker.io/bitnami/os-shell:11-debian-11-r83 - name: zookeeper image: docker.io/bitnami/zookeeper:3.8.2-debian-11-r61 apiVersion: v2 -appVersion: 23.8.3 +appVersion: 23.9.1 dependencies: - condition: zookeeper.enabled name: zookeeper @@ -35,4 +35,4 @@ maintainers: name: clickhouse sources: - https://github.com/bitnami/charts/tree/main/bitnami/clickhouse -version: 4.0.4 +version: 4.0.5 diff --git a/bitnami/clickhouse/README.md b/bitnami/clickhouse/README.md index c41ce35598..b16e66d8dd 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.8.3-debian-11-r0` | +| `image.tag` | ClickHouse image tag (immutable tags are recommended) | `23.9.1-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 | `[]` | @@ -300,7 +300,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` | OS Shell + Utility image registry | `docker.io` | | `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/os-shell` | -| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r82` | +| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r83` | | `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility 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 6e3c8269f3..4c224f71c7 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.8.3-debian-11-r0 + tag: 23.9.1-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -966,7 +966,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 11-debian-11-r82 + tag: 11-debian-11-r83 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.