diff --git a/bitnami/clickhouse-operator/Chart.yaml b/bitnami/clickhouse-operator/Chart.yaml index af4d1b95c4..5f35dffa9b 100644 --- a/bitnami/clickhouse-operator/Chart.yaml +++ b/bitnami/clickhouse-operator/Chart.yaml @@ -5,9 +5,9 @@ annotations: category: Database images: | - name: clickhouse - image: docker.io/bitnami/clickhouse:25.4.4-debian-12-r0 + image: docker.io/bitnami/clickhouse:25.4.5-debian-12-r0 - name: clickhouse-keeper - image: docker.io/bitnami/clickhouse-keeper:25.4.4-debian-12-r1 + image: docker.io/bitnami/clickhouse-keeper:25.4.5-debian-12-r0 - name: clickhouse-operator image: docker.io/bitnami/clickhouse-operator:0.24.5-debian-12-r4 - name: clickhouse-operator-metrics-exporter @@ -38,4 +38,4 @@ name: clickhouse-operator sources: - https://github.com/bitnami/charts/tree/main/bitnami/clickhouse-operator - https://github.com/bitnami/containers/tree/main/bitnami/clickhouse-operator -version: 0.2.4 +version: 0.2.5 diff --git a/bitnami/clickhouse-operator/values.yaml b/bitnami/clickhouse-operator/values.yaml index e6516849d6..a2c1866040 100644 --- a/bitnami/clickhouse-operator/values.yaml +++ b/bitnami/clickhouse-operator/values.yaml @@ -109,7 +109,7 @@ image: clickHouseImage: registry: docker.io repository: bitnami/clickhouse - tag: 25.4.4-debian-12-r0 + tag: 25.4.5-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -136,7 +136,7 @@ clickHouseImage: keeperImage: registry: docker.io repository: bitnami/clickhouse-keeper - tag: 25.4.4-debian-12-r1 + tag: 25.4.5-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'