Skip to content

Commit 189cdcc

Browse files
authored
Merge pull request #817 from Jainbrt/release-6.2
Change snapshot controller image version to 6.2.1 in release-6.2 branch
2 parents 76a87a0 + b727b8d commit 189cdcc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

deploy/kubernetes/csi-snapshotter/setup-csi-snapshotter.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
serviceAccountName: csi-snapshotter
7373
containers:
7474
- name: csi-provisioner
75-
image: registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
75+
image: registry.k8s.io/sig-storage/csi-provisioner:v3.4.0
7676
args:
7777
- "--v=5"
7878
- "--csi-address=$(ADDRESS)"
@@ -84,7 +84,7 @@ spec:
8484
- name: socket-dir
8585
mountPath: /csi
8686
- name: csi-snapshotter
87-
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
87+
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.2.1
8888
args:
8989
- "--v=5"
9090
- "--csi-address=$(ADDRESS)"
@@ -97,7 +97,7 @@ spec:
9797
- name: socket-dir
9898
mountPath: /csi
9999
- name: hostpath
100-
image: registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
100+
image: registry.k8s.io/sig-storage/hostpathplugin:v1.11.0
101101
args:
102102
- "--v=5"
103103
- "--endpoint=$(CSI_ENDPOINT)"

deploy/kubernetes/snapshot-controller/setup-snapshot-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
serviceAccountName: snapshot-controller
3434
containers:
3535
- name: snapshot-controller
36-
image: registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
36+
image: registry.k8s.io/sig-storage/snapshot-controller:v6.2.1
3737
args:
3838
- "--v=5"
3939
- "--leader-election=true"

deploy/kubernetes/webhook-example/webhook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
serviceAccountName: snapshot-webhook
1919
containers:
2020
- name: snapshot-validation
21-
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
21+
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
2222
imagePullPolicy: IfNotPresent
2323
args: ['--tls-cert-file=/etc/snapshot-validation-webhook/certs/tls.crt', '--tls-private-key-file=/etc/snapshot-validation-webhook/certs/tls.key']
2424
ports:

0 commit comments

Comments
 (0)