[bitnami/clickhouse] Release 3.2.1 (#16186)

* [bitnami/clickhouse] Release 3.2.1 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-04-22 21:48:18 +02:00
committed by GitHub
parent c394a94df9
commit ff98dbcd97
4 changed files with 11 additions and 11 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: zookeeper
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.1.6
version: 11.2.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
repository: https://charts.bitnami.com/bitnami
version: 2.2.4
digest: sha256:8f7871559c22caaab01610a9404e89e01bcbe71227fe194f0c8f3b4e637ac083
generated: "2023-04-20T09:30:14.880466+02:00"
digest: sha256:a5ecc1fdd4d042aee16cea33c1188223b79985df62f05a1be19005e64dfad621
generated: "2023-04-22T19:22:11.997404879Z"

View File

@@ -2,14 +2,14 @@ annotations:
category: Database
licenses: Apache-2.0
apiVersion: v2
appVersion: 23.3.1
appVersion: 23.3.2
dependencies:
- condition: zookeeper.enabled
name: zookeeper
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 2.x.x
@@ -26,4 +26,4 @@ name: clickhouse
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/clickhouse
- https://github.com/ClickHouse/ClickHouse
version: 3.2.0
version: 3.2.1

View File

@@ -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.3.1-debian-11-r0` |
| `image.tag` | ClickHouse image tag (immutable tags are recommended) | `23.3.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 | `[]` |
@@ -293,7 +293,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-r101` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r108` |
| `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 | `{}` |

View File

@@ -76,7 +76,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/clickhouse
tag: 23.3.1-debian-11-r0
tag: 23.3.2-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -942,7 +942,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r101
tag: 11-debian-11-r108
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.