[bitnami/clickhouse] Release 3.6.8 (#18651)

* [bitnami/clickhouse] Release 3.6.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:
Bitnami Bot
2023-08-19 14:20:15 +02:00
committed by GitHub
parent a7f6452197
commit 56074c7fe8
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ annotations:
licenses: Apache-2.0
images: |
- name: clickhouse
image: docker.io/bitnami/clickhouse:23.7.4-debian-11-r2
image: docker.io/bitnami/clickhouse:23.7.4-debian-11-r5
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r40
apiVersion: v2
@@ -33,4 +33,4 @@ maintainers:
name: clickhouse
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse
version: 3.6.7
version: 3.6.8

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.repository` | ClickHouse image repository | `bitnami/clickhouse` |
| `image.tag` | ClickHouse image tag (immutable tags are recommended) | `23.7.4-debian-11-r2` |
| `image.tag` | ClickHouse image tag (immutable tags are recommended) | `23.7.4-debian-11-r5` |
| `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 | `[]` |

View File

@@ -79,7 +79,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/clickhouse
tag: 23.7.4-debian-11-r2
tag: 23.7.4-debian-11-r5
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'