Skip to content

Commit

Permalink
Update to cass-operator v1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Mar 28, 2024
1 parent 726158d commit ec0707c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/cass-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: cass-operator
description: |
Kubernetes operator which handles the provisioning and management of Apache Cassandra clusters.
type: application
version: 0.47.0
appVersion: 1.19.0
version: 0.47.1
appVersion: 1.19.1
dependencies:
- name: k8ssandra-common
version: 0.29.0
Expand Down
8 changes: 4 additions & 4 deletions charts/cass-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ image:
# -- Pull policy for the operator container
pullPolicy: IfNotPresent
# -- Tag of the cass-operator image to pull from image.repository
tag: v1.19.0
tag: v1.19.1
# -- Docker registry containing all cass-operator related images. Setting this
# allows for usage of an internal registry without specifying serverImage,
# configBuilderImage, and busyboxImage on all CassandraDatacenter objects.
Expand Down Expand Up @@ -79,9 +79,9 @@ tolerations: []
# systemLogger is our Vector image, configBuilder creates valid Cassandra configuration for
# 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.0
configBuilder: cr.dtsx.io/datastax/cass-config-builder:1.0-ubi8
k8ssandraClient: cr.k8ssandra.io/k8ssandra/k8ssandra-client:v0.2.2
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
# -- 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 ec0707c

Please sign in to comment.