From 74900a92bea6287f6e56870f3b92b9029b070c56 Mon Sep 17 00:00:00 2001 From: Michael Burman Date: Fri, 29 Mar 2024 21:56:43 +0200 Subject: [PATCH] Push chart to version 0.47.2 (#1645) --- charts/cass-operator/Chart.yaml | 2 +- charts/cass-operator/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/cass-operator/Chart.yaml b/charts/cass-operator/Chart.yaml index 64e2d7283..69dad3a3c 100644 --- a/charts/cass-operator/Chart.yaml +++ b/charts/cass-operator/Chart.yaml @@ -3,7 +3,7 @@ name: cass-operator description: | Kubernetes operator which handles the provisioning and management of Apache Cassandra clusters. type: application -version: 0.47.1 +version: 0.47.2 appVersion: 1.19.1 dependencies: - name: k8ssandra-common diff --git a/charts/cass-operator/values.yaml b/charts/cass-operator/values.yaml index 4377b77b5..4aa7f1565 100644 --- a/charts/cass-operator/values.yaml +++ b/charts/cass-operator/values.yaml @@ -80,8 +80,8 @@ tolerations: [] # 3.11/4.0 and DSE 6.8, while k8ssandraClient is used to build configs for 4.1 imageConfig: systemLogger: cr.k8ssandra.io/k8ssandra/system-logger:v1.19.1 - configBuilder: cr.dtsx.io/cr.dtsx.io/datastax/cass-config-builder:1.0-ubi8 - k8ssandraClient: cr.k8ssandra.io/cr.k8ssandra.io/k8ssandra/k8ssandra-client:v0.2.2 + configBuilder: cr.dtsx.io/datastax/cass-config-builder:1.0-ubi8 + k8ssandraClient: cr.k8ssandra.io/k8ssandra/k8ssandra-client:v0.2.2 # -- metrics allows to change the configuration of how metrics are exposed. Default is # to expose /metrics endpoint at port :8080. If you wish to make this available only on # localhost (such as when using kube-rbac-proxy to secure access to them), set the value