mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
deploy: make use of latest attacher release v3.5.0
attacher sidecar has a new release: https://github.com/kubernetes-csi/external-attacher/releases/tag/v3.5.0 Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
7a00736b4f
commit
34378aafb8
@ -48,7 +48,7 @@ ROOK_VERSION=v1.9.4
|
|||||||
ROOK_CEPH_CLUSTER_IMAGE=quay.io/ceph/ceph:v17
|
ROOK_CEPH_CLUSTER_IMAGE=quay.io/ceph/ceph:v17
|
||||||
|
|
||||||
# CSI sidecar version
|
# CSI sidecar version
|
||||||
CSI_ATTACHER_VERSION=v3.4.0
|
CSI_ATTACHER_VERSION=v3.5.0
|
||||||
CSI_SNAPSHOTTER_VERSION=v6.0.1
|
CSI_SNAPSHOTTER_VERSION=v6.0.1
|
||||||
CSI_PROVISIONER_VERSION=v3.1.0
|
CSI_PROVISIONER_VERSION=v3.1.0
|
||||||
CSI_RESIZER_VERSION=v1.4.0
|
CSI_RESIZER_VERSION=v1.4.0
|
||||||
|
@ -118,7 +118,7 @@ charts and their default values.
|
|||||||
| `provisioner.provisioner.image.tag` | Specifies image tag | `canary` |
|
| `provisioner.provisioner.image.tag` | Specifies image tag | `canary` |
|
||||||
| `provisioner.provisioner.image.pullPolicy` | Specifies pull policy | `IfNotPresent` |
|
| `provisioner.provisioner.image.pullPolicy` | Specifies pull policy | `IfNotPresent` |
|
||||||
| `provisioner.attacher.image.repository` | Specifies the csi-attacher image repository URL | `registry.k8s.io/sig-storage/csi-attacher` |
|
| `provisioner.attacher.image.repository` | Specifies the csi-attacher image repository URL | `registry.k8s.io/sig-storage/csi-attacher` |
|
||||||
| `provisioner.attacher.image.tag` | Specifies image tag | `v3.4.0` |
|
| `provisioner.attacher.image.tag` | Specifies image tag | `v3.5.0` |
|
||||||
| `provisioner.attacher.image.pullPolicy` | Specifies pull policy | `IfNotPresent` |
|
| `provisioner.attacher.image.pullPolicy` | Specifies pull policy | `IfNotPresent` |
|
||||||
| `provisioner.attacher.name` | Specifies the name of csi-attacher sidecar | `attacher` |
|
| `provisioner.attacher.name` | Specifies the name of csi-attacher sidecar | `attacher` |
|
||||||
| `provisioner.attacher.enabled` | Specifies whether attacher sidecar is enabled | `true` |
|
| `provisioner.attacher.enabled` | Specifies whether attacher sidecar is enabled | `true` |
|
||||||
|
@ -215,7 +215,7 @@ provisioner:
|
|||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: registry.k8s.io/sig-storage/csi-attacher
|
repository: registry.k8s.io/sig-storage/csi-attacher
|
||||||
tag: v3.4.0
|
tag: v3.5.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
resources: {}
|
resources: {}
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@ spec:
|
|||||||
- name: socket-dir
|
- name: socket-dir
|
||||||
mountPath: /csi
|
mountPath: /csi
|
||||||
- name: csi-attacher
|
- name: csi-attacher
|
||||||
image: registry.k8s.io/sig-storage/csi-attacher:v3.4.0
|
image: registry.k8s.io/sig-storage/csi-attacher:v3.5.0
|
||||||
args:
|
args:
|
||||||
- "--v=5"
|
- "--v=5"
|
||||||
- "--csi-address=$(ADDRESS)"
|
- "--csi-address=$(ADDRESS)"
|
||||||
|
Loading…
Reference in New Issue
Block a user