Skip to content

Commit

Permalink
Upgrade Stargate dependency 1.0.29 -> 1.0.35 (k8ssandra#1118)
Browse files Browse the repository at this point in the history
Upgrade Stargate dependency from 1.0.29 to 1.0.35
  • Loading branch information
adejanovski authored Oct 4, 2021
1 parent e8c4131 commit 7d6566f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 25 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-1.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ and date `## vX.Y.Z - YYYY-MM-DD` and create a new placeholder section for `unr
* [BUGFIX] #1018 reaper image registry typo and jvm typo fixed
* [BUGFIX] #1029 Do not change num_tokens when upgrading
* [ENHANCEMENT] #874 expose cass-operator AdditionalServiceConfig in k8ssandra helm chart values.yaml
* [CHANGE] #1118 Update to Stargate 1.0.35
* [CHANGE] #950 Update to cass-operator 1.8.0-rc.1
41 changes: 16 additions & 25 deletions charts/k8ssandra/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@ cassandra:
# TODO - overriding to disable default for now, due to mgmt-api root privs required
securityContext:
readOnlyRootFilesystem: false

# -- Security context override for pod where Cassandra container resides
podSecurityContext: {}

# -- Cassandra base init container
baseConfig:
# -- Security context override for base init container
Expand Down Expand Up @@ -141,21 +139,21 @@ cassandra:
# Services. Note, user can override values set by cass-operator and doing so could break cass-operator functionality.
# Avoid label "cass-operator" and anything that starts with "cassandra.datastax.com/"
additionalServiceConfig: {}
# additionalSeedService:
# additionalAnnotations: {}
# additionalLabels: {}
# allpodsService:
# additionalAnnotations: {}
# additionalLabels: {}
# dcService:
# additionalAnnotations: {}
# additionalLabels: {}
# nodePortService:
# additionalAnnotations: {}
# additionalLabels: {}
# seedService:
# additionalAnnotations: {}
# additionalLabels: {}
# additionalSeedService:
# additionalAnnotations: {}
# additionalLabels: {}
# allpodsService:
# additionalAnnotations: {}
# additionalLabels: {}
# dcService:
# additionalAnnotations: {}
# additionalLabels: {}
# nodePortService:
# additionalAnnotations: {}
# additionalLabels: {}
# seedService:
# additionalAnnotations: {}
# additionalLabels: {}
# -- The management-api runs as pid 1 in the cassandra container which means
# its logs are sent to stdout and stderr. To make Cassandra's logs more
# accessible, cass-operator deploys the server-system-logger container. You
Expand Down Expand Up @@ -370,7 +368,7 @@ stargate:
enabled: true
# -- version of Stargate to deploy. This is used in conjunction with cassandra.version to select the Stargate container image.
# If stargate.image is set, this value has no effect.
version: "1.0.29"
version: "1.0.35"
# -- Sets the Stargate container image. This value must be compatible
# with the value provided for stargate.clusterVersion. If left blank (recommended),
# k8ssandra will derive an appropriate image based on cassandra.clusterVersion.
Expand Down Expand Up @@ -470,7 +468,6 @@ stargate:
cassandra:
# -- Enables C* native protocol ingress with Traefik. Note that this is mutually exclusive with cassandra.ingress.enabled, and stargate.ingress.enabled must also be true.
enabled: true

# -- Determines which TCP-based ingress custom resources to template out. Currently only `traefik` is supported
method: traefik
# -- Optional hostname used to match requests. Warning: many native Cassandra clients, notably including cqlsh, initialize their connection by querying for
Expand Down Expand Up @@ -506,16 +503,13 @@ reaper:
# TODO - this will be adjusted as we get the Reaper image changes in place.
securityContext:
readOnlyRootFilesystem: false

# -- Security context override for reaper init container
# TODO - this will be adjusted as we get the Reaper image changes in place.
schemaInitContainerConfig:
securityContext:
readOnlyRootFilesystem: false

# -- Security context override for reaper pod
podSecurityContext: {}

# -- When enabled, Reaper automatically sets up repair schedules for all
# non-system keypsaces. Repear monitors the cluster so that as keyspaces are
# added or removed repair schedules will be added or removed respectively.
Expand Down Expand Up @@ -592,20 +586,17 @@ medusa:
# -- Enable Medusa resources as part of this release. If enabled,
# `bucketName` and `storageSecret` **must** be defined.
enabled: false

# -- Security context override for Medusa container.
# K8ssandra defaults readOnlyRootFilesystem: true
# TODO - overriding to disable default for now, due to medusa write perm needed
securityContext:
readOnlyRootFilesystem: false

# -- Security context override for Medusa init container.
# K8ssandra defaults readOnlyRootFilesystem: true
restoreInitContainerConfig:
# TODO - overriding to disable default for now, due to medusa write perm needed
securityContext:
readOnlyRootFilesystem: false

# Configures the Medusa image which is built from
# https://github.com/thelastpickle/cassandra-medusa/tree/master/k8s.
image:
Expand Down

0 comments on commit 7d6566f

Please sign in to comment.