[bitnami/clickhouse] ⬆️ Update dependency references (#34995)

* [bitnami/clickhouse] Release 9.3.9 updating components versions

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-07-10 19:57:33 +02:00
committed by GitHub
parent e40a5c2288
commit d440e80abc
3 changed files with 12 additions and 8 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 9.3.8 (2025-06-27)
## 9.3.9 (2025-07-10)
* [bitnami/clickhouse] :zap: :arrow_up: Update dependency references ([#34695](https://github.com/bitnami/charts/pull/34695))
* [bitnami/clickhouse] :zap: :arrow_up: Update dependency references ([#34995](https://github.com/bitnami/charts/pull/34995))
## <small>9.3.8 (2025-06-27)</small>
* [bitnami/clickhouse] :zap: :arrow_up: Update dependency references (#34695) ([7d05156](https://github.com/bitnami/charts/commit/7d051567bf7982fe42ce908fe025ff1470daa17d)), closes [#34695](https://github.com/bitnami/charts/issues/34695)
## <small>9.3.7 (2025-06-26)</small>

View File

@@ -5,15 +5,15 @@ annotations:
category: Database
images: |
- name: clickhouse
image: docker.io/bitnami/clickhouse:25.6.2-debian-12-r0
image: docker.io/bitnami/clickhouse:25.6.3-debian-12-r0
- name: clickhouse-keeper
image: docker.io/bitnami/clickhouse-keeper:25.6.2-debian-12-r0
image: docker.io/bitnami/clickhouse-keeper:25.6.3-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r47
licenses: Apache-2.0
tanzuCategory: service
apiVersion: v2
appVersion: 25.6.2
appVersion: 25.6.3
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
@@ -34,4 +34,4 @@ maintainers:
name: clickhouse
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse
version: 9.3.8
version: 9.3.9

View File

@@ -167,7 +167,7 @@ defaultInitContainers:
image:
registry: docker.io
repository: bitnami/clickhouse
tag: 25.6.2-debian-12-r0
tag: 25.6.3-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -953,7 +953,7 @@ keeper:
image:
registry: docker.io
repository: bitnami/clickhouse-keeper
tag: 25.6.2-debian-12-r0
tag: 25.6.3-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'