Skip to content

Commit 5e21633

Browse files
enxebreclaude
andcommitted
fix(e2e): lower pull secret in-place propagation test gate to 4.22
The CP pull-secret watches were backported to release-4.22 via PR #8408, so the e2e test should run on 4.22+ clusters, not just 4.23+. Backport: #8408 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9e283ae commit 5e21633

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/util/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2011,7 +2011,7 @@ func EnsureGlobalPullSecret(t *testing.T, ctx context.Context, mgmtClient crclie
20112011
// Verify that in-place management-cluster pull secret updates propagate to the guest cluster
20122012
// without triggering a NodePool rollout.
20132013
t.Run("When management-cluster hostedCluster.Spec.PullSecret is updated in-place it should propagate to guest without rollout", func(t *testing.T) {
2014-
CPOAtLeast(t, Version423, entryHostedCluster)
2014+
CPOAtLeast(t, Version422, entryHostedCluster)
20152015
g := NewWithT(t)
20162016
t.Logf("Reading management-cluster pull secret %s/%s", entryHostedCluster.Namespace, entryHostedCluster.Spec.PullSecret.Name)
20172017
mgmtSecret := &corev1.Secret{}

0 commit comments

Comments
 (0)