[bitnami/clickhouse] Release 3.4.2 (#17077)

* [bitnami/clickhouse] Release 3.4.2 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-06-09 15:41:25 +02:00
committed by GitHub
parent 35bc6b1d5d
commit a01fd7ee26
4 changed files with 9 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: zookeeper
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.4.1
version: 11.4.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.4.0
digest: sha256:c28eb28d9c6cfe9cc712ea78f7c46c635f11ae787c7cec083ef79162ed6e048a
generated: "2023-05-21T13:56:32.449015644Z"
digest: sha256:d0d3db738ca58fe404cf471499d6cc66827a3480835f4cab0de5053c9684950e
generated: "2023-06-09T13:13:12.742304554Z"

View File

@@ -2,7 +2,7 @@ annotations:
category: Database
licenses: Apache-2.0
apiVersion: v2
appVersion: 23.4.2
appVersion: 23.5.1
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.1
version: 3.4.2

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.4.2-debian-11-r7` |
| `image.tag` | ClickHouse image tag (immutable tags are recommended) | `23.5.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 | `[]` |
@@ -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-r117` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r124` |
| `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.4.2-debian-11-r7
tag: 23.5.1-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-r117
tag: 11-debian-11-r124
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.