Skip to content

Commit

Permalink
change docker airgapped upgrade from latest minor releast test to use…
Browse files Browse the repository at this point in the history
… non authenticated registry mirror (#7211)
  • Loading branch information
cxbrowne1207 authored Dec 20, 2023
1 parent 574851a commit f41e2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/docker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ func TestDockerKubernetes127AirgappedUpgradeFromLatestRegistryMirrorAndCert(t *t
framework.NewDocker(t),
framework.WithClusterFiller(api.WithExternalEtcdTopology(1)),
framework.WithClusterFiller(api.WithKubernetesVersion(v1alpha1.Kube127)),
framework.WithAuthenticatedRegistryMirror(constants.DockerProviderName),
framework.WithRegistryMirrorEndpointAndCert(constants.DockerProviderName),
)
runDockerAirgapUpgradeFromReleaseFlow(
test,
Expand Down

0 comments on commit f41e2ee

Please sign in to comment.