[bitnami/clickhouse] Release 4.0.4 (#19603)

* [bitnami/clickhouse] Release 4.0.4 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-09-29 07:07:37 +02:00
committed by GitHub
parent eafbbe504c
commit fbfbe6f9ce
4 changed files with 29 additions and 29 deletions

View File

@@ -4,6 +4,6 @@ dependencies:
version: 12.1.3 version: 12.1.3
- name: common - name: common
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 2.10.1 version: 2.12.0
digest: sha256:9ea7e9fcc05229c26365543c66f92aba44ad640cccad64ac0af1dae46a665bd0 digest: sha256:0b84be95360f0dd7a8a9a425127b0c6f95d7722250838f7999e564bf0d6317e3
generated: "2023-09-11T17:43:10.948443+02:00" generated: "2023-09-29T04:54:31.413011245Z"

View File

@@ -6,33 +6,33 @@ annotations:
licenses: Apache-2.0 licenses: Apache-2.0
images: | images: |
- name: clickhouse - name: clickhouse
image: docker.io/bitnami/clickhouse:23.8.2-debian-11-r0 image: docker.io/bitnami/clickhouse:23.8.3-debian-11-r0
- name: os-shell - name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r60 image: docker.io/bitnami/os-shell:11-debian-11-r82
- name: zookeeper - name: zookeeper
image: docker.io/bitnami/zookeeper:3.8.2-debian-11-r43 image: docker.io/bitnami/zookeeper:3.8.2-debian-11-r61
apiVersion: v2 apiVersion: v2
appVersion: 23.8.2 appVersion: 23.8.3
dependencies: dependencies:
- condition: zookeeper.enabled - condition: zookeeper.enabled
name: zookeeper name: zookeeper
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 12.x.x version: 12.x.x
- name: common - name: common
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
tags: tags:
- bitnami-common - bitnami-common
version: 2.x.x version: 2.x.x
description: ClickHouse is an open-source column-oriented OLAP database management system. Use it to boost your database performance while providing linear scalability and hardware efficiency. description: ClickHouse is an open-source column-oriented OLAP database management system. Use it to boost your database performance while providing linear scalability and hardware efficiency.
home: https://bitnami.com home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/clickhouse/img/clickhouse-stack-220x234.png icon: https://bitnami.com/assets/stacks/clickhouse/img/clickhouse-stack-220x234.png
keywords: keywords:
- database - database
- sharding - sharding
maintainers: maintainers:
- name: VMware, Inc. - name: VMware, Inc.
url: https://github.com/bitnami/charts url: https://github.com/bitnami/charts
name: clickhouse name: clickhouse
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse - https://github.com/bitnami/charts/tree/main/bitnami/clickhouse
version: 4.0.3 version: 4.0.4

View File

@@ -91,7 +91,7 @@ The command removes all the Kubernetes components associated with the chart and
| --------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | --------------------- | | --------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | --------------------- |
| `image.registry` | ClickHouse image registry | `docker.io` | | `image.registry` | ClickHouse image registry | `docker.io` |
| `image.repository` | ClickHouse image repository | `bitnami/clickhouse` | | `image.repository` | ClickHouse image repository | `bitnami/clickhouse` |
| `image.tag` | ClickHouse image tag (immutable tags are recommended) | `23.8.2-debian-11-r0` | | `image.tag` | ClickHouse image tag (immutable tags are recommended) | `23.8.3-debian-11-r0` |
| `image.digest` | ClickHouse image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `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.pullPolicy` | ClickHouse image pull policy | `IfNotPresent` |
| `image.pullSecrets` | ClickHouse image pull secrets | `[]` | | `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.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.registry` | OS Shell + Utility image registry | `docker.io` |
| `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/os-shell` | | `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-r60` | | `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r82` |
| `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` | | `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
@@ -349,7 +349,7 @@ The command removes all the Kubernetes components associated with the chart and
| `zookeeper.service.ports.client` | Zookeeper client port | `2181` | | `zookeeper.service.ports.client` | Zookeeper client port | `2181` |
| `zookeeper.image.registry` | Zookeeper image registry | `docker.io` | | `zookeeper.image.registry` | Zookeeper image registry | `docker.io` |
| `zookeeper.image.repository` | Zookeeper image repository | `bitnami/zookeeper` | | `zookeeper.image.repository` | Zookeeper image repository | `bitnami/zookeeper` |
| `zookeeper.image.tag` | Zookeeper image tag (immutable tags are recommended) | `3.8.2-debian-11-r43` | | `zookeeper.image.tag` | Zookeeper image tag (immutable tags are recommended) | `3.8.2-debian-11-r61` |
| `zookeeper.image.pullPolicy` | Zookeeper image pull policy | `IfNotPresent` | | `zookeeper.image.pullPolicy` | Zookeeper image pull policy | `IfNotPresent` |
See <https://github.com/bitnami-labs/readme-generator-for-helm> to create the table. See <https://github.com/bitnami-labs/readme-generator-for-helm> to create the table.
@@ -522,4 +522,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.

View File

@@ -79,7 +79,7 @@ diagnosticMode:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/clickhouse repository: bitnami/clickhouse
tag: 23.8.2-debian-11-r0 tag: 23.8.3-debian-11-r0
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -966,7 +966,7 @@ volumePermissions:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/os-shell repository: bitnami/os-shell
tag: 11-debian-11-r60 tag: 11-debian-11-r82
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace. ## Secrets must be manually created in the namespace.
@@ -1119,7 +1119,7 @@ zookeeper:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/zookeeper repository: bitnami/zookeeper
tag: 3.8.2-debian-11-r43 tag: 3.8.2-debian-11-r61
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
replicaCount: 3 replicaCount: 3
service: service: