Skip to content

Commit

Permalink
Update to k8ssandra-client v0.2.1, update bundle example
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Oct 25, 2023
1 parent 5189beb commit 1ce9368
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/manager/image_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
images:
system-logger: "k8ssandra/system-logger:latest"
config-builder: "datastax/cass-config-builder:1.0-ubi7"
k8ssandra-client: "k8ssandra/k8ssandra-client:v0.2.0"
k8ssandra-client: "k8ssandra/k8ssandra-client:v0.2.1"
# cassandra:
# "4.0.0": "k8ssandra/cassandra-ubi:latest"
# dse:
Expand Down
8 changes: 6 additions & 2 deletions config/samples/example-cassdc-three-nodes-single-rack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
clusterName: development
serverType: cassandra
serverVersion: "4.0.3"
serverVersion: "4.1.2"
managementApiAuth:
insecure: {}
size: 3
Expand All @@ -17,7 +17,11 @@ spec:
resources:
requests:
storage: 10Gi
dockerImageRunsAsCassandra: false
podTemplateSpec:
spec:
containers:
- name: "cassandra"
securityContext: {}
resources:
requests:
memory: 2Gi
Expand Down

0 comments on commit 1ce9368

Please sign in to comment.