Revert "Raise minimum Kubernetes version to v1.18 and bump CSI components's version"
This reverts commit dff9b7b73f
.
Signed-off-by: Phan Le <phan.le@suse.com>
This commit is contained in:
parent
dff9b7b73f
commit
34e87c5fd7
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
name: longhorn
|
||||
version: 1.1.2
|
||||
appVersion: v1.1.2
|
||||
kubeVersion: ">=1.18.0-0"
|
||||
kubeVersion: ">=v1.16.0-r0"
|
||||
description: Longhorn is a distributed block storage system for Kubernetes.
|
||||
keywords:
|
||||
- longhorn
|
||||
|
@ -29,7 +29,7 @@ rules:
|
||||
resources: ["priorityclasses"]
|
||||
verbs: ["watch", "list"]
|
||||
- apiGroups: ["storage.k8s.io"]
|
||||
resources: ["storageclasses", "volumeattachments", "volumeattachments/status", "csinodes", "csidrivers"]
|
||||
resources: ["storageclasses", "volumeattachments", "csinodes", "csidrivers"]
|
||||
verbs: ["*"]
|
||||
- apiGroups: ["snapshot.storage.k8s.io"]
|
||||
resources: ["volumesnapshotclasses", "volumesnapshots", "volumesnapshotcontents", "volumesnapshotcontents/status"]
|
||||
|
@ -20,9 +20,6 @@ data:
|
||||
numberOfReplicas: "{{ .Values.persistence.defaultClassReplicaCount }}"
|
||||
staleReplicaTimeout: "30"
|
||||
fromBackup: ""
|
||||
{{- if .Values.persistence.defaultFsType }}
|
||||
fsType: "{{.Values.persistence.defaultFsType}}"
|
||||
{{- end }}
|
||||
baseImage: ""
|
||||
{{- if .Values.persistence.recurringJobs.enable }}
|
||||
recurringJobs: '{{ .Values.persistence.recurringJobs.jobList }}'
|
||||
|
@ -28,19 +28,19 @@ image:
|
||||
csi:
|
||||
attacher:
|
||||
repository: longhornio/csi-attacher
|
||||
tag: v3.2.1
|
||||
tag: v2.2.1-lh2
|
||||
provisioner:
|
||||
repository: longhornio/csi-provisioner
|
||||
tag: v2.1.2
|
||||
tag: v1.6.0-lh2
|
||||
nodeDriverRegistrar:
|
||||
repository: longhornio/csi-node-driver-registrar
|
||||
tag: v2.3.0
|
||||
tag: v1.2.0-lh1
|
||||
resizer:
|
||||
repository: longhornio/csi-resizer
|
||||
tag: v1.2.0
|
||||
tag: v0.5.1-lh2
|
||||
snapshotter:
|
||||
repository: longhornio/csi-snapshotter
|
||||
tag: v3.0.3
|
||||
tag: v2.1.1-lh2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
@ -53,7 +53,6 @@ service:
|
||||
|
||||
persistence:
|
||||
defaultClass: true
|
||||
defaultFsType: ext4
|
||||
defaultClassReplicaCount: 3
|
||||
reclaimPolicy: Delete
|
||||
recurringJobs:
|
||||
|
@ -1,8 +1,8 @@
|
||||
longhornio/csi-attacher:v3.2.1
|
||||
longhornio/csi-node-driver-registrar:v2.3.0
|
||||
longhornio/csi-provisioner:v2.1.2
|
||||
longhornio/csi-resizer:v1.2.0
|
||||
longhornio/csi-snapshotter:v3.0.3
|
||||
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
|
||||
longhornio/backing-image-manager:v1_20210422
|
||||
longhornio/longhorn-engine:v1.1.2
|
||||
longhornio/longhorn-instance-manager:v1_20210621
|
||||
|
11
deploy/release-images.txt
Normal file
11
deploy/release-images.txt
Normal file
@ -0,0 +1,11 @@
|
||||
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
|
||||
longhornio/backing-image-manager:v1_20210422
|
||||
longhornio/longhorn-engine:v1.1.2
|
||||
longhornio/longhorn-instance-manager:v1_20210621
|
||||
longhornio/longhorn-manager:v1.1.2
|
||||
longhornio/longhorn-share-manager:v1_20210416
|
||||
longhornio/longhorn-ui:v1.1.2
|
@ -17,7 +17,6 @@ data:
|
||||
numberOfReplicas: "2"
|
||||
staleReplicaTimeout: "2880"
|
||||
fromBackup: ""
|
||||
fsType: "ext4"
|
||||
# backingImage: "bi-test"
|
||||
# backingImageURL: "https://backing-image-example.s3-region.amazonaws.com/test-backing-image"
|
||||
# diskSelector: "ssd,fast"
|
||||
|
Loading…
Reference in New Issue
Block a user