mirror of
https://github.com/bitnami/charts.git
synced 2026-03-27 15:27:10 +08:00
[bitnami/clickhouse] Release 4.0.8 (#20124)
* [bitnami/clickhouse] Release 4.0.8 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:
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: zookeeper
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 12.1.3
|
||||
version: 12.1.4
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.13.2
|
||||
digest: sha256:014815aff273844f34be8506ddc386d70779c46590d9899f756d141eb6285acd
|
||||
generated: "2023-10-09T21:13:20.620902149Z"
|
||||
digest: sha256:07d7596708cc5b839395c9034fbd54f04e1f5d7baa6e0a9c50f2076b81762d87
|
||||
generated: "2023-10-12T14:42:54.844497912Z"
|
||||
|
||||
@@ -6,11 +6,11 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: clickhouse
|
||||
image: docker.io/bitnami/clickhouse:23.9.1-debian-11-r3
|
||||
image: docker.io/bitnami/clickhouse:23.9.1-debian-11-r6
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r89
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r90
|
||||
- name: zookeeper
|
||||
image: docker.io/bitnami/zookeeper:3.8.2-debian-11-r68
|
||||
image: docker.io/bitnami/zookeeper:3.8.3-debian-11-r1
|
||||
apiVersion: v2
|
||||
appVersion: 23.9.1
|
||||
dependencies:
|
||||
@@ -35,4 +35,4 @@ maintainers:
|
||||
name: clickhouse
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse
|
||||
version: 4.0.7
|
||||
version: 4.0.8
|
||||
|
||||
@@ -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.9.1-debian-11-r3` |
|
||||
| `image.tag` | ClickHouse image tag (immutable tags are recommended) | `23.9.1-debian-11-r6` |
|
||||
| `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-r89` |
|
||||
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r90` |
|
||||
| `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 | `{}` |
|
||||
@@ -342,15 +342,15 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
|
||||
### Zookeeper subchart parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
| -------------------------------- | ---------------------------------------------------- | --------------------- |
|
||||
| `zookeeper.enabled` | Deploy Zookeeper subchart | `true` |
|
||||
| `zookeeper.replicaCount` | Number of Zookeeper instances | `3` |
|
||||
| `zookeeper.service.ports.client` | Zookeeper client port | `2181` |
|
||||
| `zookeeper.image.registry` | Zookeeper image registry | `docker.io` |
|
||||
| `zookeeper.image.repository` | Zookeeper image repository | `bitnami/zookeeper` |
|
||||
| `zookeeper.image.tag` | Zookeeper image tag (immutable tags are recommended) | `3.8.2-debian-11-r68` |
|
||||
| `zookeeper.image.pullPolicy` | Zookeeper image pull policy | `IfNotPresent` |
|
||||
| Name | Description | Value |
|
||||
| -------------------------------- | ---------------------------------------------------- | -------------------- |
|
||||
| `zookeeper.enabled` | Deploy Zookeeper subchart | `true` |
|
||||
| `zookeeper.replicaCount` | Number of Zookeeper instances | `3` |
|
||||
| `zookeeper.service.ports.client` | Zookeeper client port | `2181` |
|
||||
| `zookeeper.image.registry` | Zookeeper image registry | `docker.io` |
|
||||
| `zookeeper.image.repository` | Zookeeper image repository | `bitnami/zookeeper` |
|
||||
| `zookeeper.image.tag` | Zookeeper image tag (immutable tags are recommended) | `3.8.3-debian-11-r1` |
|
||||
| `zookeeper.image.pullPolicy` | Zookeeper image pull policy | `IfNotPresent` |
|
||||
|
||||
See <https://github.com/bitnami-labs/readme-generator-for-helm> to create the table.
|
||||
|
||||
|
||||
@@ -79,7 +79,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/clickhouse
|
||||
tag: 23.9.1-debian-11-r3
|
||||
tag: 23.9.1-debian-11-r6
|
||||
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-r89
|
||||
tag: 11-debian-11-r90
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
@@ -1119,7 +1119,7 @@ zookeeper:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/zookeeper
|
||||
tag: 3.8.2-debian-11-r68
|
||||
tag: 3.8.3-debian-11-r1
|
||||
pullPolicy: IfNotPresent
|
||||
replicaCount: 3
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user