Skip to content

Commit 32a353e

Browse files
committed
deploy: bump version to latest releases
Deployments for older Kubernetes releases get updated if the release notes of a sidecar declare the sidecar release as "recommended" for that release of Kubernetes. The driver itself still needs to be tagged once this change is merged.
1 parent 3488dc7 commit 32a353e

File tree

12 files changed

+17
-17
lines changed

12 files changed

+17
-17
lines changed

deploy/kubernetes-1.13/hostpath/csi-hostpath-plugin.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
hostNetwork: true
3838
containers:
3939
- name: node-driver-registrar
40-
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
40+
image: quay.io/k8scsi/csi-node-driver-registrar:v1.2.0
4141
lifecycle:
4242
preStop:
4343
exec:
@@ -63,7 +63,7 @@ spec:
6363
name: csi-data-dir
6464

6565
- name: hostpath
66-
image: quay.io/k8scsi/hostpathplugin:v1.2.0-rc8
66+
image: quay.io/k8scsi/hostpathplugin:v1.2.0
6767
args:
6868
- "--drivername=hostpath.csi.k8s.io"
6969
- "--v=5"
@@ -107,7 +107,7 @@ spec:
107107
volumeMounts:
108108
- mountPath: /csi
109109
name: socket-dir
110-
image: quay.io/k8scsi/livenessprobe:v1.0.2
110+
image: quay.io/k8scsi/livenessprobe:v1.1.0
111111
args:
112112
- --csi-address=/csi/csi.sock
113113
- --connection-timeout=3s

deploy/kubernetes-1.14/hostpath/csi-hostpath-plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
hostNetwork: true
3838
containers:
3939
- name: node-driver-registrar
40-
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
40+
image: quay.io/k8scsi/csi-node-driver-registrar:v1.2.0
4141
lifecycle:
4242
preStop:
4343
exec:
@@ -63,7 +63,7 @@ spec:
6363
name: csi-data-dir
6464

6565
- name: hostpath
66-
image: quay.io/k8scsi/hostpathplugin:v1.2.0-rc8
66+
image: quay.io/k8scsi/hostpathplugin:v1.2.0
6767
args:
6868
- "--drivername=hostpath.csi.k8s.io"
6969
- "--v=5"

deploy/kubernetes-1.14/hostpath/csi-hostpath-provisioner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
serviceAccountName: csi-provisioner
4141
containers:
4242
- name: csi-provisioner
43-
image: quay.io/k8scsi/csi-provisioner:v1.2.1
43+
image: quay.io/k8scsi/csi-provisioner:v1.2.2
4444
args:
4545
- -v=5
4646
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.14/hostpath/csi-hostpath-snapshotter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
serviceAccount: csi-snapshotter
4141
containers:
4242
- name: csi-snapshotter
43-
image: quay.io/k8scsi/csi-snapshotter:v1.1.0
43+
image: quay.io/k8scsi/csi-snapshotter:v1.2.2
4444
args:
4545
- -v=5
4646
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.15/hostpath/csi-hostpath-attacher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
serviceAccountName: csi-attacher
4141
containers:
4242
- name: csi-attacher
43-
image: quay.io/k8scsi/csi-attacher:v1.2.0
43+
image: quay.io/k8scsi/csi-attacher:v2.0.0
4444
args:
4545
- --v=5
4646
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.15/hostpath/csi-hostpath-plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
hostNetwork: true
3838
containers:
3939
- name: node-driver-registrar
40-
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
40+
image: quay.io/k8scsi/csi-node-driver-registrar:v1.2.0
4141
lifecycle:
4242
preStop:
4343
exec:
@@ -63,7 +63,7 @@ spec:
6363
name: csi-data-dir
6464

6565
- name: hostpath
66-
image: quay.io/k8scsi/hostpathplugin:v1.2.0-rc8
66+
image: quay.io/k8scsi/hostpathplugin:v1.2.0
6767
args:
6868
- "--drivername=hostpath.csi.k8s.io"
6969
- "--v=5"

deploy/kubernetes-1.15/hostpath/csi-hostpath-provisioner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
serviceAccountName: csi-provisioner
4141
containers:
4242
- name: csi-provisioner
43-
image: quay.io/k8scsi/csi-provisioner:v1.3.0
43+
image: quay.io/k8scsi/csi-provisioner:v1.3.1
4444
args:
4545
- -v=5
4646
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.15/hostpath/csi-hostpath-snapshotter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
serviceAccount: csi-snapshotter
4141
containers:
4242
- name: csi-snapshotter
43-
image: quay.io/k8scsi/csi-snapshotter:v1.2.0
43+
image: quay.io/k8scsi/csi-snapshotter:v1.2.2
4444
args:
4545
- -v=5
4646
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.16/hostpath/csi-hostpath-attacher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
serviceAccountName: csi-attacher
4141
containers:
4242
- name: csi-attacher
43-
image: quay.io/k8scsi/csi-attacher:v1.2.0
43+
image: quay.io/k8scsi/csi-attacher:v2.0.0
4444
args:
4545
- --v=5
4646
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.16/hostpath/csi-hostpath-plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
hostNetwork: true
3838
containers:
3939
- name: node-driver-registrar
40-
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
40+
image: quay.io/k8scsi/csi-node-driver-registrar:v1.2.0
4141
lifecycle:
4242
preStop:
4343
exec:
@@ -63,7 +63,7 @@ spec:
6363
name: csi-data-dir
6464

6565
- name: hostpath
66-
image: quay.io/k8scsi/hostpathplugin:v1.2.0-rc8
66+
image: quay.io/k8scsi/hostpathplugin:v1.2.0
6767
args:
6868
- "--drivername=hostpath.csi.k8s.io"
6969
- "--v=5"

0 commit comments

Comments
 (0)