diff --git a/buildsettings.yaml b/buildsettings.yaml index d55efba0a..eb04779fa 100644 --- a/buildsettings.yaml +++ b/buildsettings.yaml @@ -19,4 +19,4 @@ dev: images: - datastax/dse-server:6.8.0 - datastax/cass-config-builder:1.0.0 - - datastax/cassandra-mgmtapi-3_11_6:v0.1.2 + - datastax/cassandra-mgmtapi-3_11_6:v0.1.5 diff --git a/operator/pkg/apis/cassandra/v1beta1/cassandradatacenter_types.go b/operator/pkg/apis/cassandra/v1beta1/cassandradatacenter_types.go index b4443c31b..3cfd49bf1 100644 --- a/operator/pkg/apis/cassandra/v1beta1/cassandradatacenter_types.go +++ b/operator/pkg/apis/cassandra/v1beta1/cassandradatacenter_types.go @@ -50,8 +50,8 @@ type ProgressState string // In the event that no image is found, an error is returned func getImageForServerVersion(server, version string) (string, error) { const ( - cassandra_3_11_6 = "datastax/cassandra-mgmtapi-3_11_6:v0.1.2" - cassandra_4_0_0 = "datastax/cassandra-mgmtapi-4_0_0:v0.1.2" + cassandra_3_11_6 = "datastax/cassandra-mgmtapi-3_11_6:v0.1.5" + cassandra_4_0_0 = "datastax/cassandra-mgmtapi-4_0_0:v0.1.5" dse_6_8_0 = "datastax/dse-server:6.8.0" ) sv := server + "-" + version diff --git a/operator/pkg/apis/cassandra/v1beta1/cassandradatacenter_types_test.go b/operator/pkg/apis/cassandra/v1beta1/cassandradatacenter_types_test.go index 2f0b5e19b..1e726c097 100644 --- a/operator/pkg/apis/cassandra/v1beta1/cassandradatacenter_types_test.go +++ b/operator/pkg/apis/cassandra/v1beta1/cassandradatacenter_types_test.go @@ -41,7 +41,7 @@ func Test_makeImage(t *testing.T) { serverType: "cassandra", serverVersion: "3.11.6", }, - want: "datastax/cassandra-mgmtapi-3_11_6:v0.1.2", + want: "datastax/cassandra-mgmtapi-3_11_6:v0.1.5", errString: "", }, { diff --git a/tests/testdata/oss-three-rack-three-node-dc.yaml b/tests/testdata/oss-three-rack-three-node-dc.yaml index c2eccb34b..ae0467404 100644 --- a/tests/testdata/oss-three-rack-three-node-dc.yaml +++ b/tests/testdata/oss-three-rack-three-node-dc.yaml @@ -6,7 +6,7 @@ spec: clusterName: cluster1 serverType: cassandra serverVersion: "3.11.6" - serverImage: datastax/cassandra-mgmtapi-3_11_6:v0.1.2 + serverImage: datastax/cassandra-mgmtapi-3_11_6:v0.1.5 configBuilderImage: datastax/cass-config-builder:1.0.0 managementApiAuth: insecure: {} diff --git a/tests/testdata/oss-two-rack-six-node-dc.yaml b/tests/testdata/oss-two-rack-six-node-dc.yaml index b1a63a420..0534e7be7 100644 --- a/tests/testdata/oss-two-rack-six-node-dc.yaml +++ b/tests/testdata/oss-two-rack-six-node-dc.yaml @@ -6,7 +6,7 @@ spec: clusterName: cluster1 serverType: cassandra serverVersion: "3.11.6" - serverImage: datastax/cassandra-mgmtapi-3_11_6:v0.1.2 + serverImage: datastax/cassandra-mgmtapi-3_11_6:v0.1.5 configBuilderImage: datastax/cass-config-builder:1.0.0 managementApiAuth: insecure: {}