diff --git a/test/e2e/config/docker.yaml b/test/e2e/config/docker.yaml index bb553e2dfa7e..c723447bdd99 100644 --- a/test/e2e/config/docker.yaml +++ b/test/e2e/config/docker.yaml @@ -238,8 +238,6 @@ variables: # The following Kubernetes versions should be the latest versions with already published kindest/node images. # This avoids building node images in the default case which improves the test duration significantly. KUBERNETES_VERSION_MANAGEMENT: "v1.29.0" - # TODO when bumping this version: also remove the pinning of the conformanceImage at the [ipv6] tests in - # `test/e2e/quick_start_test.go`. KUBERNETES_VERSION: "v1.29.0" KUBERNETES_VERSION_UPGRADE_FROM: "v1.28.0" KUBERNETES_VERSION_UPGRADE_TO: "v1.29.0"