[bitnami/clickhouse] Release 8.0.7 (#32539)

* [bitnami/clickhouse] Release 8.0.7 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-03-20 23:12:29 +01:00
committed by GitHub
parent 74346fb271
commit 6c44e439ff
3 changed files with 13 additions and 8 deletions

View File

@@ -1,8 +1,13 @@
# Changelog
## 8.0.6 (2025-03-13)
## 8.0.7 (2025-03-20)
* [bitnami/clickhouse] Release 8.0.6 ([#32441](https://github.com/bitnami/charts/pull/32441))
* [bitnami/clickhouse] Release 8.0.7 ([#32539](https://github.com/bitnami/charts/pull/32539))
## <small>8.0.6 (2025-03-13)</small>
* [bitnami/*] Add tanzuCategory annotation (#32409) ([a8fba5c](https://github.com/bitnami/charts/commit/a8fba5cb01f6f4464ca7f69c50b0fbe97d837a95)), closes [#32409](https://github.com/bitnami/charts/issues/32409)
* [bitnami/clickhouse] Release 8.0.6 (#32441) ([b8f8bf3](https://github.com/bitnami/charts/commit/b8f8bf38a3569513f38674d8514cfe8002ea187c)), closes [#32441](https://github.com/bitnami/charts/issues/32441)
## <small>8.0.5 (2025-02-28)</small>

View File

@@ -7,11 +7,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: clickhouse
image: docker.io/bitnami/clickhouse:25.2.2-debian-12-r0
image: docker.io/bitnami/clickhouse:25.3.1-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r39
image: docker.io/bitnami/os-shell:12-debian-12-r40
apiVersion: v2
appVersion: 25.2.2
appVersion: 25.3.1
dependencies:
- condition: zookeeper.enabled
name: zookeeper
@@ -34,4 +34,4 @@ maintainers:
name: clickhouse
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse
version: 8.0.6
version: 8.0.7

View File

@@ -92,7 +92,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/clickhouse
tag: 25.2.2-debian-12-r0
tag: 25.3.1-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -1000,7 +1000,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r39
tag: 12-debian-12-r40
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.