mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 06:10:22 +00:00
rebase: update external-resizer to v1.3.0 release
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
e65fbe9862
commit
763387c8e2
@ -52,7 +52,7 @@ ROOK_CEPH_CLUSTER_IMAGE=docker.io/ceph/ceph:v16
|
|||||||
CSI_ATTACHER_VERSION=v3.3.0
|
CSI_ATTACHER_VERSION=v3.3.0
|
||||||
CSI_SNAPSHOTTER_VERSION=v4.2.0
|
CSI_SNAPSHOTTER_VERSION=v4.2.0
|
||||||
CSI_PROVISIONER_VERSION=v3.0.0
|
CSI_PROVISIONER_VERSION=v3.0.0
|
||||||
CSI_RESIZER_VERSION=v1.2.0
|
CSI_RESIZER_VERSION=v1.3.0
|
||||||
CSI_NODE_DRIVER_REGISTRAR_VERSION=v2.3.0
|
CSI_NODE_DRIVER_REGISTRAR_VERSION=v2.3.0
|
||||||
|
|
||||||
# e2e settings
|
# e2e settings
|
||||||
|
@ -179,7 +179,7 @@ provisioner:
|
|||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: k8s.gcr.io/sig-storage/csi-resizer
|
repository: k8s.gcr.io/sig-storage/csi-resizer
|
||||||
tag: v1.2.0
|
tag: v1.3.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
resources: {}
|
resources: {}
|
||||||
|
|
||||||
|
@ -216,7 +216,7 @@ provisioner:
|
|||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: k8s.gcr.io/sig-storage/csi-resizer
|
repository: k8s.gcr.io/sig-storage/csi-resizer
|
||||||
tag: v1.2.0
|
tag: v1.3.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
resources: {}
|
resources: {}
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ spec:
|
|||||||
- name: socket-dir
|
- name: socket-dir
|
||||||
mountPath: /csi
|
mountPath: /csi
|
||||||
- name: csi-resizer
|
- name: csi-resizer
|
||||||
image: k8s.gcr.io/sig-storage/csi-resizer:v1.2.0
|
image: k8s.gcr.io/sig-storage/csi-resizer:v1.3.0
|
||||||
args:
|
args:
|
||||||
- "--csi-address=$(ADDRESS)"
|
- "--csi-address=$(ADDRESS)"
|
||||||
- "--v=5"
|
- "--v=5"
|
||||||
|
@ -97,7 +97,7 @@ spec:
|
|||||||
- name: socket-dir
|
- name: socket-dir
|
||||||
mountPath: /csi
|
mountPath: /csi
|
||||||
- name: csi-resizer
|
- name: csi-resizer
|
||||||
image: k8s.gcr.io/sig-storage/csi-resizer:v1.2.0
|
image: k8s.gcr.io/sig-storage/csi-resizer:v1.3.0
|
||||||
args:
|
args:
|
||||||
- "--csi-address=$(ADDRESS)"
|
- "--csi-address=$(ADDRESS)"
|
||||||
- "--v=5"
|
- "--v=5"
|
||||||
|
Loading…
Reference in New Issue
Block a user