Skip to content

Commit

Permalink
Bump CSI external components version
Browse files Browse the repository at this point in the history
Longhorn 2757

Signed-off-by: phanle1010 <phan.le@suse.com>
  • Loading branch information
PhanLe1010 authored and innobead committed Aug 24, 2021
1 parent 00848b4 commit ab502ba
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 27 deletions.
2 changes: 1 addition & 1 deletion chart/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rules:
resources: ["priorityclasses"]
verbs: ["watch", "list"]
- apiGroups: ["storage.k8s.io"]
resources: ["storageclasses", "volumeattachments", "csinodes", "csidrivers"]
resources: ["storageclasses", "volumeattachments", "volumeattachments/status", "csinodes", "csidrivers"]
verbs: ["*"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshotclasses", "volumesnapshots", "volumesnapshotcontents", "volumesnapshotcontents/status"]
Expand Down
20 changes: 10 additions & 10 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ image:
tag: v2_20210820
csi:
attacher:
repository: longhornio/csi-attacher
tag: v2.2.1-lh2
repository: k8s.gcr.io/sig-storage/csi-attacher
tag: v3.2.1
provisioner:
repository: longhornio/csi-provisioner
tag: v1.6.0-lh2
repository: k8s.gcr.io/sig-storage/csi-provisioner
tag: v2.1.2
nodeDriverRegistrar:
repository: longhornio/csi-node-driver-registrar
tag: v1.2.0-lh1
repository: k8s.gcr.io/sig-storage/csi-node-driver-registrar
tag: v2.3.0
resizer:
repository: longhornio/csi-resizer
tag: v0.5.1-lh2
repository: k8s.gcr.io/sig-storage/csi-resizer
tag: v1.2.0
snapshotter:
repository: longhornio/csi-snapshotter
tag: v2.1.1-lh2
repository: k8s.gcr.io/sig-storage/csi-snapshotter
tag: v3.0.3
pullPolicy: IfNotPresent

service:
Expand Down
10 changes: 5 additions & 5 deletions deploy/longhorn-images.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
longhornio/csi-attacher:v2.2.1-lh2
longhornio/csi-node-driver-registrar:v1.2.0-lh1
longhornio/csi-provisioner:v1.6.0-lh2
longhornio/csi-resizer:v0.5.1-lh2
longhornio/csi-snapshotter:v2.1.1-lh2
k8s.gcr.io/sig-storage/csi-attacher:v3.2.1
k8s.gcr.io/sig-storage/csi-provisioner:v2.1.2
k8s.gcr.io/sig-storage/csi-resizer:v1.2.0
k8s.gcr.io/sig-storage/csi-snapshotter:v3.0.3
k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0
longhornio/backing-image-manager:v2_20210820
longhornio/longhorn-engine:v1.2.0-rc1
longhornio/longhorn-instance-manager:v1_20210731
Expand Down
11 changes: 0 additions & 11 deletions deploy/release-images.txt

This file was deleted.

0 comments on commit ab502ba

Please sign in to comment.