Skip to content

Commit

Permalink
Update volume test images
Browse files Browse the repository at this point in the history
Update volume test images to version 2.1. This enables Windows
volume tests.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
  • Loading branch information
gabriel-samfira committed Dec 2, 2021
1 parent 08812f3 commit ff9d7ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ func initImages(imageListFile string) {
BusyBox: "docker.io/library/busybox:latest",
Pause: "k8s.gcr.io/pause:3.6",
ResourceConsumer: "k8s.gcr.io/e2e-test-images/resource-consumer:1.9",
VolumeCopyUp: "gcr.io/k8s-cri-containerd/volume-copy-up:2.0",
VolumeOwnership: "gcr.io/k8s-cri-containerd/volume-ownership:2.0",
VolumeCopyUp: "ghcr.io/containerd/volume-copy-up:2.1",
VolumeOwnership: "ghcr.io/containerd/volume-ownership:2.1",
}

if imageListFile != "" {
Expand Down

0 comments on commit ff9d7ae

Please sign in to comment.