From 8b25aae23675ca340119ae6531f16941c4029bd1 Mon Sep 17 00:00:00 2001 From: Mike Rostermund Date: Thu, 8 Aug 2024 13:15:17 +0200 Subject: [PATCH] try 1.150.0 --- controllers/suite/resources/suite_test.go | 1 + 1 file changed, 1 insertion(+) 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)