Skip to content

Commit

Permalink
Push chart to version 0.47.2 (#1645)
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Mar 29, 2024
1 parent c6f39da commit 74900a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cass-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/cass-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74900a9

Please sign in to comment.