Skip to content

Commit

Permalink
[bitnami/clickhouse] Release 6.3.3 (#30505)
Browse files Browse the repository at this point in the history
* [bitnami/clickhouse] Release 6.3.3 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
  • Loading branch information
bitnami-bot authored Nov 18, 2024
1 parent 2028aad commit 5f728aa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
8 changes: 6 additions & 2 deletions bitnami/clickhouse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 6.3.2 (2024-11-08)
## 6.3.3 (2024-11-18)

* [bitnami/clickhouse] Release 6.3.2 ([#30363](https://github.com/bitnami/charts/pull/30363))
* [bitnami/clickhouse] Release 6.3.3 ([#30505](https://github.com/bitnami/charts/pull/30505))

## <small>6.3.2 (2024-11-08)</small>

* [bitnami/clickhouse] Release 6.3.2 (#30363) ([0a32af1](https://github.com/bitnami/charts/commit/0a32af11c9ba26cc295a818ef696148c48beb006)), closes [#30363](https://github.com/bitnami/charts/issues/30363)

## <small>6.3.1 (2024-11-01)</small>

Expand Down
10 changes: 5 additions & 5 deletions bitnami/clickhouse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: clickhouse
image: docker.io/bitnami/clickhouse:24.10.1-debian-12-r1
image: docker.io/bitnami/clickhouse:24.10.2-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r32
image: docker.io/bitnami/os-shell:12-debian-12-r33
- name: zookeeper
image: docker.io/bitnami/zookeeper:3.8.4-debian-12-r15
image: docker.io/bitnami/zookeeper:3.8.4-debian-12-r16
apiVersion: v2
appVersion: 24.10.1
appVersion: 24.10.2
dependencies:
- condition: zookeeper.enabled
name: zookeeper
Expand All @@ -35,4 +35,4 @@ maintainers:
name: clickhouse
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse
version: 6.3.2
version: 6.3.3
6 changes: 3 additions & 3 deletions bitnami/clickhouse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/clickhouse
tag: 24.10.1-debian-12-r1
tag: 24.10.2-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -992,7 +992,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r32
tag: 12-debian-12-r33
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -1151,7 +1151,7 @@ zookeeper:
image:
registry: docker.io
repository: bitnami/zookeeper
tag: 3.8.4-debian-12-r15
tag: 3.8.4-debian-12-r16
pullPolicy: IfNotPresent
replicaCount: 3
service:
Expand Down

0 comments on commit 5f728aa

Please sign in to comment.