Update images to v6.2.1

This commit is contained in:
xing-yang
2023-02-06 09:35:53 -05:00
parent e9b652cd70
commit 4e1e4eaafc
3 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ spec:
serviceAccountName: snapshot-webhook
containers:
- name: snapshot-validation
image: registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.1.0 # change the image if you wish to use your own custom validation server image
image: registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.2.1 # change the image if you wish to use your own custom validation server image
imagePullPolicy: IfNotPresent
args: ['--tls-cert-file=/etc/snapshot-validation-webhook/certs/tls.crt', '--tls-private-key-file=/etc/snapshot-validation-webhook/certs/tls.key']
ports: