diff --git a/bitnami/clickhouse-operator/Chart.yaml b/bitnami/clickhouse-operator/Chart.yaml index b474e9102a..9380a3f991 100644 --- a/bitnami/clickhouse-operator/Chart.yaml +++ b/bitnami/clickhouse-operator/Chart.yaml @@ -7,11 +7,11 @@ annotations: - name: clickhouse image: docker.io/bitnami/clickhouse:25.5.2-debian-12-r1 - name: clickhouse-keeper - image: docker.io/bitnami/clickhouse-keeper:25.5.2-debian-12-r0 + image: docker.io/bitnami/clickhouse-keeper:25.5.2-debian-12-r1 - name: clickhouse-operator - image: docker.io/bitnami/clickhouse-operator:0.25.0-debian-12-r1 + image: docker.io/bitnami/clickhouse-operator:0.25.0-debian-12-r2 - name: clickhouse-operator-metrics-exporter - image: docker.io/bitnami/clickhouse-operator-metrics-exporter:0.25.0-debian-12-r1 + image: docker.io/bitnami/clickhouse-operator-metrics-exporter:0.25.0-debian-12-r2 licenses: Apache-2.0 apiVersion: v2 appVersion: 0.25.0 @@ -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.13 +version: 0.2.14 diff --git a/bitnami/clickhouse-operator/values.yaml b/bitnami/clickhouse-operator/values.yaml index 98f2836b07..2b1adfb6df 100644 --- a/bitnami/clickhouse-operator/values.yaml +++ b/bitnami/clickhouse-operator/values.yaml @@ -82,7 +82,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/clickhouse-operator - tag: 0.25.0-debian-12-r1 + tag: 0.25.0-debian-12-r2 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.5.2-debian-12-r0 + tag: 25.5.2-debian-12-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -658,7 +658,7 @@ metrics: image: registry: docker.io repository: bitnami/clickhouse-operator-metrics-exporter - tag: 0.25.0-debian-12-r1 + tag: 0.25.0-debian-12-r2 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'