diff --git a/bitnami/clickhouse/Chart.yaml b/bitnami/clickhouse/Chart.yaml index 59226922bd7229..34483cccf77aab 100644 --- a/bitnami/clickhouse/Chart.yaml +++ b/bitnami/clickhouse/Chart.yaml @@ -6,7 +6,7 @@ annotations: licenses: Apache-2.0 images: | - name: clickhouse - image: docker.io/bitnami/clickhouse:24.9.1-debian-12-r0 + image: docker.io/bitnami/clickhouse:24.9.1-debian-12-r1 - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r30 - name: zookeeper @@ -35,4 +35,4 @@ maintainers: name: clickhouse sources: - https://github.com/bitnami/charts/tree/main/bitnami/clickhouse -version: 6.2.24 +version: 6.2.25 diff --git a/bitnami/clickhouse/values.yaml b/bitnami/clickhouse/values.yaml index 5948e5278d792e..310a90e5328848 100644 --- a/bitnami/clickhouse/values.yaml +++ b/bitnami/clickhouse/values.yaml @@ -87,7 +87,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/clickhouse - tag: 24.9.1-debian-12-r0 + tag: 24.9.1-debian-12-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'