From 8c4fbd01c407c1a5625fa8242086da7e577dd3b8 Mon Sep 17 00:00:00 2001 From: Miles-Garnsey Date: Wed, 4 Oct 2023 15:08:46 +1100 Subject: [PATCH] Ensure ImageConfig which is mounted to cass-operator works as it would in k8ssandra-operator (i.e. with `datastax/dse-mgmtapi-6_8` not with `datastax/dse-server`). --- charts/cass-operator/templates/configmap.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/charts/cass-operator/templates/configmap.yaml b/charts/cass-operator/templates/configmap.yaml index 8ceea0616..ffc6352dd 100644 --- a/charts/cass-operator/templates/configmap.yaml +++ b/charts/cass-operator/templates/configmap.yaml @@ -26,6 +26,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: "k8ssandra/system-logger:6c64f9c4" config-builder: "datastax/cass-config-builder:1.0.4-ubi7"