Skip to content

Commit d872738

Browse files
committed
Update image volume example to use v2
Use the `v2` version of the artifact to allow compatibility with containerd. Signed-off-by: Sascha Grunert <[email protected]>
1 parent d2f9160 commit d872738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/examples/pods/image-volumes-subpath.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ spec:
1414
volumes:
1515
- name: volume
1616
image:
17-
reference: quay.io/crio/artifact:v1
17+
reference: quay.io/crio/artifact:v2
1818
pullPolicy: IfNotPresent

content/en/examples/pods/image-volumes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ spec:
1313
volumes:
1414
- name: volume
1515
image:
16-
reference: quay.io/crio/artifact:v1
16+
reference: quay.io/crio/artifact:v2
1717
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)