diff --git a/controllers/suite/resources/suite_test.go b/controllers/suite/resources/suite_test.go index 16611c61..0c77af95 100644 --- a/controllers/suite/resources/suite_test.go +++ b/controllers/suite/resources/suite_test.go @@ -257,6 +257,7 @@ var _ = BeforeSuite(func() { suite.UsingClusterBy(clusterKey.Name, fmt.Sprintf("HumioCluster: Creating shared test cluster in namespace %s", clusterKey.Namespace)) cluster = suite.ConstructBasicSingleNodeHumioCluster(clusterKey, true) + cluster.Spec.HumioNodeSpec.Image = "humio/humio-core:1.150.0" suite.CreateAndBootstrapCluster(context.TODO(), k8sClient, humioClient, cluster, true, corev1alpha1.HumioClusterStateRunning, testTimeout) sharedCluster, err = helpers.NewCluster(context.TODO(), k8sClient, clusterKey.Name, "", clusterKey.Namespace, helpers.UseCertManager(), true)