Skip to content

Commit

Permalink
Update to cass-operator v1.19.0 (#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Feb 22, 2024
1 parent 402d7db commit 726158d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 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.46.2
appVersion: 1.18.2
version: 0.47.0
appVersion: 1.19.0
dependencies:
- name: k8ssandra-common
version: 0.29.0
Expand Down
8 changes: 8 additions & 0 deletions charts/cass-operator/crds/cassandradatacenters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ spec:
spec:
description: CassandraDatacenterSpec defines the desired state of a CassandraDatacenter
properties:
additionalAnnotations:
additionalProperties:
type: string
description: Additional Annotations allows to define additional labels
that will be included in all objects created by the operator. Note,
user can override values set by default from the cass-operator and
doing so could break cass-operator functionality.
type: object
additionalLabels:
additionalProperties:
type: string
Expand Down
5 changes: 2 additions & 3 deletions charts/cass-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ global:
# -- A name in place of the chart name which is used in the metadata.name of
# objects created by this chart.
nameOverride: ''

# -- A name in place of the value used for metadata.name in objects created by
# this chart. The default value has the form releaseName-chartName.
fullnameOverride: ''
Expand All @@ -30,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.18.2
tag: v1.19.0
# -- 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 @@ -80,7 +79,7 @@ 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.18.2
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
# -- metrics allows to change the configuration of how metrics are exposed. Default is
Expand Down

0 comments on commit 726158d

Please sign in to comment.