[bitnami/clickhouse-operator] ⬆️ Update dependency references (#35072)

* [bitnami/clickhouse-operator] Release 0.2.23 updating components versions

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* [bitnami/clickhouse-operator] Release 0.2.23 updating components versions

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update CRDs automatically

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-07-15 16:31:43 +02:00
committed by GitHub
parent 7a30b329dc
commit a8aae12afb
7 changed files with 26 additions and 18 deletions

View File

@@ -1,8 +1,16 @@
# Changelog # Changelog
## 0.2.21 (2025-07-08) ## 0.2.23 (2025-07-15)
* [bitnami/clickhouse-operator] :zap: :arrow_up: Update dependency references ([#34875](https://github.com/bitnami/charts/pull/34875)) * [bitnami/clickhouse-operator] :zap: :arrow_up: Update dependency references ([#35072](https://github.com/bitnami/charts/pull/35072))
## <small>0.2.22 (2025-07-10)</small>
* [bitnami/clickhouse-operator] :zap: :arrow_up: Update dependency references (#34994) ([fbd81f2](https://github.com/bitnami/charts/commit/fbd81f2056733ba8239a983e4192a9375e413922)), closes [#34994](https://github.com/bitnami/charts/issues/34994)
## <small>0.2.21 (2025-07-08)</small>
* [bitnami/clickhouse-operator] :zap: :arrow_up: Update dependency references (#34875) ([e2b1b98](https://github.com/bitnami/charts/commit/e2b1b98d76e5776f41b1430a4b67328c68475f1f)), closes [#34875](https://github.com/bitnami/charts/issues/34875)
## <small>0.2.20 (2025-07-01)</small> ## <small>0.2.20 (2025-07-01)</small>

View File

@@ -5,9 +5,9 @@ annotations:
category: Database category: Database
images: | images: |
- name: clickhouse - name: clickhouse
image: docker.io/bitnami/clickhouse:25.6.3-debian-12-r0 image: docker.io/bitnami/clickhouse:25.6.4-debian-12-r0
- name: clickhouse-keeper - name: clickhouse-keeper
image: docker.io/bitnami/clickhouse-keeper:25.6.3-debian-12-r0 image: docker.io/bitnami/clickhouse-keeper:25.6.4-debian-12-r0
- name: clickhouse-operator - name: clickhouse-operator
image: docker.io/bitnami/clickhouse-operator:0.25.2-debian-12-r0 image: docker.io/bitnami/clickhouse-operator:0.25.2-debian-12-r0
- name: clickhouse-operator-metrics-exporter - name: clickhouse-operator-metrics-exporter
@@ -38,4 +38,4 @@ name: clickhouse-operator
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse-operator - https://github.com/bitnami/charts/tree/main/bitnami/clickhouse-operator
- https://github.com/bitnami/containers/tree/main/bitnami/clickhouse-operator - https://github.com/bitnami/containers/tree/main/bitnami/clickhouse-operator
version: 0.2.22 version: 0.2.23

View File

@@ -1,19 +1,19 @@
# Source: https://raw.githubusercontent.com/Altinity/clickhouse-operator/refs/heads/{version}/deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseinstallations.clickhouse.altinity.com.yaml # Source: https://raw.githubusercontent.com/Altinity/clickhouse-operator/refs/heads/{version}/deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseinstallations.clickhouse.altinity.com.yaml
# Version: 0.25.1 # Version: 0.25.2
# Template Parameters: # Template Parameters:
# #
# KIND=ClickHouseInstallation # KIND=ClickHouseInstallation
# SINGULAR=clickhouseinstallation # SINGULAR=clickhouseinstallation
# PLURAL=clickhouseinstallations # PLURAL=clickhouseinstallations
# SHORT=chi # SHORT=chi
# OPERATOR_VERSION=0.25.1 # OPERATOR_VERSION=0.25.2
# #
apiVersion: apiextensions.k8s.io/v1 apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition kind: CustomResourceDefinition
metadata: metadata:
name: clickhouseinstallations.clickhouse.altinity.com name: clickhouseinstallations.clickhouse.altinity.com
labels: labels:
clickhouse.altinity.com/chop: 0.25.1 clickhouse.altinity.com/chop: 0.25.2
spec: spec:
group: clickhouse.altinity.com group: clickhouse.altinity.com
scope: Namespaced scope: Namespaced

View File

@@ -1,19 +1,19 @@
# Source: https://raw.githubusercontent.com/Altinity/clickhouse-operator/refs/heads/{version}/deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseinstallationtemplates.clickhouse.altinity.com.yaml # Source: https://raw.githubusercontent.com/Altinity/clickhouse-operator/refs/heads/{version}/deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseinstallationtemplates.clickhouse.altinity.com.yaml
# Version: 0.25.1 # Version: 0.25.2
# Template Parameters: # Template Parameters:
# #
# KIND=ClickHouseInstallationTemplate # KIND=ClickHouseInstallationTemplate
# SINGULAR=clickhouseinstallationtemplate # SINGULAR=clickhouseinstallationtemplate
# PLURAL=clickhouseinstallationtemplates # PLURAL=clickhouseinstallationtemplates
# SHORT=chit # SHORT=chit
# OPERATOR_VERSION=0.25.1 # OPERATOR_VERSION=0.25.2
# #
apiVersion: apiextensions.k8s.io/v1 apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition kind: CustomResourceDefinition
metadata: metadata:
name: clickhouseinstallationtemplates.clickhouse.altinity.com name: clickhouseinstallationtemplates.clickhouse.altinity.com
labels: labels:
clickhouse.altinity.com/chop: 0.25.1 clickhouse.altinity.com/chop: 0.25.2
spec: spec:
group: clickhouse.altinity.com group: clickhouse.altinity.com
scope: Namespaced scope: Namespaced

View File

@@ -1,15 +1,15 @@
# Source: https://raw.githubusercontent.com/Altinity/clickhouse-operator/refs/heads/{version}/deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhousekeeperinstallations.clickhouse-keeper.altinity.com.yaml # Source: https://raw.githubusercontent.com/Altinity/clickhouse-operator/refs/heads/{version}/deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhousekeeperinstallations.clickhouse-keeper.altinity.com.yaml
# Version: 0.25.1 # Version: 0.25.2
# Template Parameters: # Template Parameters:
# #
# OPERATOR_VERSION=0.25.1 # OPERATOR_VERSION=0.25.2
# #
apiVersion: apiextensions.k8s.io/v1 apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition kind: CustomResourceDefinition
metadata: metadata:
name: clickhousekeeperinstallations.clickhouse-keeper.altinity.com name: clickhousekeeperinstallations.clickhouse-keeper.altinity.com
labels: labels:
clickhouse-keeper.altinity.com/chop: 0.25.1 clickhouse-keeper.altinity.com/chop: 0.25.2
spec: spec:
group: clickhouse-keeper.altinity.com group: clickhouse-keeper.altinity.com
scope: Namespaced scope: Namespaced

View File

@@ -1,5 +1,5 @@
# Source: https://raw.githubusercontent.com/Altinity/clickhouse-operator/refs/heads/{version}/deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseoperatorconfigurations.clickhouse.altinity.com.yaml # Source: https://raw.githubusercontent.com/Altinity/clickhouse-operator/refs/heads/{version}/deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseoperatorconfigurations.clickhouse.altinity.com.yaml
# Version: 0.25.1 # Version: 0.25.2
# Template Parameters: # Template Parameters:
# #
# NONE # NONE
@@ -9,7 +9,7 @@ kind: CustomResourceDefinition
metadata: metadata:
name: clickhouseoperatorconfigurations.clickhouse.altinity.com name: clickhouseoperatorconfigurations.clickhouse.altinity.com
labels: labels:
clickhouse.altinity.com/chop: 0.25.1 clickhouse.altinity.com/chop: 0.25.2
spec: spec:
group: clickhouse.altinity.com group: clickhouse.altinity.com
scope: Namespaced scope: Namespaced

View File

@@ -109,7 +109,7 @@ image:
clickHouseImage: clickHouseImage:
registry: docker.io registry: docker.io
repository: bitnami/clickhouse repository: bitnami/clickhouse
tag: 25.6.3-debian-12-r0 tag: 25.6.4-debian-12-r0
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -136,7 +136,7 @@ clickHouseImage:
keeperImage: keeperImage:
registry: docker.io registry: docker.io
repository: bitnami/clickhouse-keeper repository: bitnami/clickhouse-keeper
tag: 25.6.3-debian-12-r0 tag: 25.6.4-debian-12-r0
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'