Skip to content

Commit

Permalink
Merge pull request #290 from spiffxp/drop-kubernetes-e2e-test-images
Browse files Browse the repository at this point in the history
images: use k8s.gcr.io/e2e-test-images
  • Loading branch information
k8s-ci-robot committed Nov 3, 2021
2 parents 1220033 + 762d8e0 commit d2756db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/MirrorUpstreamK8sImgs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function ManifestList
(
$Name,
$Versions = "1.0",
$LinuxImageUpstreamK8sRepo = "gcr.io/kubernetes-e2e-test-images",
$LinuxImageUpstreamK8sRepo = "k8s.gcr.io/e2e-test-images",
$LinuxImageSuffix = "-amd64",
$Mirror = $true
)
Expand Down Expand Up @@ -167,4 +167,4 @@ $ManifestLists = @(


MirrorK8sUpstreamImages -Lists $ManifestLists
CreateManifestLists -Lists $ManifestLists -Push $true
CreateManifestLists -Lists $ManifestLists -Push $true

0 comments on commit d2756db

Please sign in to comment.