Skip to content

Commit

Permalink
Merge pull request #100407 from mikedanese/automated-cherry-pick-of-#…
Browse files Browse the repository at this point in the history
…98336-upstream-release-1.18

Automated cherry pick of #98336 to upstream/release-1.18, update metadata-concealment to 1.6 to remove legacy checks
  • Loading branch information
k8s-ci-robot committed Mar 22, 2021
2 parents c22f8b8 + 2a136ae commit 01aff6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/image/manifest.go
Expand Up @@ -212,7 +212,7 @@ func initImageConfigs() map[int]Config {
configs[APIServer] = Config{e2eRegistry, "sample-apiserver", "1.17"}
configs[AppArmorLoader] = Config{e2eRegistry, "apparmor-loader", "1.0"}
configs[BusyBox] = Config{dockerLibraryRegistry, "busybox", "1.29"}
configs[CheckMetadataConcealment] = Config{e2eRegistry, "metadata-concealment", "1.2"}
configs[CheckMetadataConcealment] = Config{promoterE2eRegistry, "metadata-concealment", "1.6"}
configs[CudaVectorAdd] = Config{e2eRegistry, "cuda-vector-add", "1.0"}
configs[CudaVectorAdd2] = Config{e2eRegistry, "cuda-vector-add", "2.0"}
configs[EchoServer] = Config{e2eRegistry, "echoserver", "2.2"}
Expand Down

0 comments on commit 01aff6e

Please sign in to comment.