diff --git a/tests/e2e/e2e_simple_test.go b/tests/e2e/e2e_simple_test.go index bce4cd4..ab87494 100644 --- a/tests/e2e/e2e_simple_test.go +++ b/tests/e2e/e2e_simple_test.go @@ -23,7 +23,7 @@ var _ = Describe("ISO build test", func() { Eventually(func() string { b, _ := kubectl.GetData("default", "osartifacts", "hello-kairos", "jsonpath={.spec.imageName}") return string(b) - }, 2*time.Minute, 2*time.Second).Should(Equal("quay.io/kairos/kairos:opensuse-latest")) + }, 2*time.Minute, 2*time.Second).Should(Equal("quay.io/kairos/core-opensuse:latest")) Eventually(func() string { b, _ := kubectl.GetData("default", "deployments", "hello-kairos", "jsonpath={.spec.template.metadata.labels.osbuild}")