Skip to content

Commit

Permalink
Ensure ImageConfig which is mounted to cass-operator works as it woul…
Browse files Browse the repository at this point in the history
…d in k8ssandra-operator (i.e. with `datastax/dse-mgmtapi-6_8` not with `datastax/dse-server`).
  • Loading branch information
Miles-Garnsey committed Oct 4, 2023
1 parent fcebeb7 commit 69d5e92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/cass-operator/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ data:
image_config.yaml: |
apiVersion: config.k8ssandra.io/v1beta1
kind: ImageConfig
defaults:
# Note, postfix is ignored if repository is not set
cassandra:
repository: "k8ssandra/cass-management-api"
dse:
repository: "datastax/dse-mgmtapi-6_8"
suffix: "-ubi7"
images:
system-logger: {{ .Values.imageConfig.systemLogger }}
config-builder: {{ .Values.imageConfig.configBuilder }}
Expand Down

0 comments on commit 69d5e92

Please sign in to comment.