Skip to content

Commit

Permalink
try 1.150.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SaaldjorMike committed Aug 8, 2024
1 parent 3c383e2 commit 8b25aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/suite/resources/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8b25aae

Please sign in to comment.