Upgrade: csi-attacher from v2.1.0 to v2.1.1

This PR follow up the missing files from ceph-csi:v2.0.1, besides:

  - deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml
  - deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml

See https://github.com/kubernetes-csi/external-attacher/releases/tag/v2.1.1
See https://github.com/kubernetes-csi/external-attacher/blob/v2.1.1/CHANGELOG-2.1.md
This commit is contained in:
Wong Hoi Sing Edison 2020-03-23 15:11:03 +08:00 committed by mergify[bot]
parent 84aa1ba392
commit d67ad47c45
3 changed files with 3 additions and 4 deletions

View File

@ -203,7 +203,7 @@ provisioner:
enabled: true
image:
repository: quay.io/k8scsi/csi-attacher
tag: v2.1.0
tag: v2.1.1
pullPolicy: IfNotPresent
resources: {}

View File

@ -213,7 +213,7 @@ provisioner:
enabled: true
image:
repository: quay.io/k8scsi/csi-attacher
tag: v2.1.0
tag: v2.1.1
pullPolicy: IfNotPresent
resources: {}

View File

@ -133,8 +133,7 @@ cephcsi)
;;
k8s-sidecar)
echo "copying the kubernetes sidecar images"
copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-attacher:v1.2.1 "${K8S_IMAGE_REPO}"/csi-attacher:v1.2.1
copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-attacher:v2.1.0 "${K8S_IMAGE_REPO}"/csi-attacher:v2.1.0
copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-attacher:v2.1.1 "${K8S_IMAGE_REPO}"/csi-attacher:v2.1.1
copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-snapshotter:v1.2.2 $"${K8S_IMAGE_REPO}"/csi-snapshotter:v1.2.2
copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-provisioner:v1.4.0 "${K8S_IMAGE_REPO}"/csi-provisioner:v1.4.0
copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-node-driver-registrar:v1.2.0 "${K8S_IMAGE_REPO}"/csi-node-driver-registrar:v1.2.0