Update to v1.1.2
Signed-off-by: David Ko <dko@suse.com>
This commit is contained in:
parent
cbf766ec26
commit
ac2b9dd7fb
@ -1,7 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: longhorn
|
name: longhorn
|
||||||
version: 1.1.2-rc1
|
version: 1.1.2
|
||||||
appVersion: v1.1.2-rc1
|
appVersion: v1.1.2
|
||||||
kubeVersion: ">=v1.16.0-r0"
|
kubeVersion: ">=v1.16.0-r0"
|
||||||
description: Longhorn is a distributed block storage system for Kubernetes.
|
description: Longhorn is a distributed block storage system for Kubernetes.
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -17,7 +17,7 @@ questions:
|
|||||||
label: Longhorn Manager Image Repository
|
label: Longhorn Manager Image Repository
|
||||||
group: "Longhorn Images Settings"
|
group: "Longhorn Images Settings"
|
||||||
- variable: image.longhorn.manager.tag
|
- variable: image.longhorn.manager.tag
|
||||||
default: v1.1.2-rc1
|
default: v1.1.2
|
||||||
description: "Specify Longhorn Manager Image Tag"
|
description: "Specify Longhorn Manager Image Tag"
|
||||||
type: string
|
type: string
|
||||||
label: Longhorn Manager Image Tag
|
label: Longhorn Manager Image Tag
|
||||||
@ -29,7 +29,7 @@ questions:
|
|||||||
label: Longhorn Engine Image Repository
|
label: Longhorn Engine Image Repository
|
||||||
group: "Longhorn Images Settings"
|
group: "Longhorn Images Settings"
|
||||||
- variable: image.longhorn.engine.tag
|
- variable: image.longhorn.engine.tag
|
||||||
default: v1.1.2-rc1
|
default: v1.1.2
|
||||||
description: "Specify Longhorn Engine Image Tag"
|
description: "Specify Longhorn Engine Image Tag"
|
||||||
type: string
|
type: string
|
||||||
label: Longhorn Engine Image Tag
|
label: Longhorn Engine Image Tag
|
||||||
@ -41,7 +41,7 @@ questions:
|
|||||||
label: Longhorn UI Image Repository
|
label: Longhorn UI Image Repository
|
||||||
group: "Longhorn Images Settings"
|
group: "Longhorn Images Settings"
|
||||||
- variable: image.longhorn.ui.tag
|
- variable: image.longhorn.ui.tag
|
||||||
default: v1.1.2-rc1
|
default: v1.1.2
|
||||||
description: "Specify Longhorn UI Image Tag"
|
description: "Specify Longhorn UI Image Tag"
|
||||||
type: string
|
type: string
|
||||||
label: Longhorn UI Image Tag
|
label: Longhorn UI Image Tag
|
||||||
@ -89,7 +89,7 @@ questions:
|
|||||||
label: Longhorn CSI Attacher Image Repository
|
label: Longhorn CSI Attacher Image Repository
|
||||||
group: "Longhorn CSI Driver Images"
|
group: "Longhorn CSI Driver Images"
|
||||||
- variable: image.csi.attacher.tag
|
- variable: image.csi.attacher.tag
|
||||||
default: v2.2.1-lh1
|
default: v2.2.1-lh2
|
||||||
description: "Specify CSI attacher image tag. Leave blank to autodetect."
|
description: "Specify CSI attacher image tag. Leave blank to autodetect."
|
||||||
type: string
|
type: string
|
||||||
label: Longhorn CSI Attacher Image Tag
|
label: Longhorn CSI Attacher Image Tag
|
||||||
@ -101,7 +101,7 @@ questions:
|
|||||||
label: Longhorn CSI Provisioner Image Repository
|
label: Longhorn CSI Provisioner Image Repository
|
||||||
group: "Longhorn CSI Driver Images"
|
group: "Longhorn CSI Driver Images"
|
||||||
- variable: image.csi.provisioner.tag
|
- variable: image.csi.provisioner.tag
|
||||||
default: v1.6.0-lh1
|
default: v1.6.0-lh2
|
||||||
description: "Specify CSI provisioner image tag. Leave blank to autodetect."
|
description: "Specify CSI provisioner image tag. Leave blank to autodetect."
|
||||||
type: string
|
type: string
|
||||||
label: Longhorn CSI Provisioner Image Tag
|
label: Longhorn CSI Provisioner Image Tag
|
||||||
@ -125,7 +125,7 @@ questions:
|
|||||||
label: Longhorn CSI Driver Resizer Image Repository
|
label: Longhorn CSI Driver Resizer Image Repository
|
||||||
group: "Longhorn CSI Driver Images"
|
group: "Longhorn CSI Driver Images"
|
||||||
- variable: image.csi.resizer.tag
|
- variable: image.csi.resizer.tag
|
||||||
default: v0.5.1-lh1
|
default: v0.5.1-lh2
|
||||||
description: "Specify CSI Driver Resizer image tag. Leave blank to autodetect."
|
description: "Specify CSI Driver Resizer image tag. Leave blank to autodetect."
|
||||||
type: string
|
type: string
|
||||||
label: Longhorn CSI Driver Resizer Image Tag
|
label: Longhorn CSI Driver Resizer Image Tag
|
||||||
@ -137,7 +137,7 @@ questions:
|
|||||||
label: Longhorn CSI Driver Snapshotter Image Repository
|
label: Longhorn CSI Driver Snapshotter Image Repository
|
||||||
group: "Longhorn CSI Driver Images"
|
group: "Longhorn CSI Driver Images"
|
||||||
- variable: image.csi.snapshotter.tag
|
- variable: image.csi.snapshotter.tag
|
||||||
default: v2.1.1-lh1
|
default: v2.1.1-lh2
|
||||||
description: "Specify CSI Driver Snapshotter image tag. Leave blank to autodetect."
|
description: "Specify CSI Driver Snapshotter image tag. Leave blank to autodetect."
|
||||||
type: string
|
type: string
|
||||||
label: Longhorn CSI Driver Snapshotter Image Tag
|
label: Longhorn CSI Driver Snapshotter Image Tag
|
||||||
|
@ -9,13 +9,13 @@ image:
|
|||||||
longhorn:
|
longhorn:
|
||||||
engine:
|
engine:
|
||||||
repository: longhornio/longhorn-engine
|
repository: longhornio/longhorn-engine
|
||||||
tag: v1.1.2-rc1
|
tag: v1.1.2
|
||||||
manager:
|
manager:
|
||||||
repository: longhornio/longhorn-manager
|
repository: longhornio/longhorn-manager
|
||||||
tag: v1.1.2-rc1
|
tag: v1.1.2
|
||||||
ui:
|
ui:
|
||||||
repository: longhornio/longhorn-ui
|
repository: longhornio/longhorn-ui
|
||||||
tag: v1.1.2-rc1
|
tag: v1.1.2
|
||||||
instanceManager:
|
instanceManager:
|
||||||
repository: longhornio/longhorn-instance-manager
|
repository: longhornio/longhorn-instance-manager
|
||||||
tag: v1_20210621
|
tag: v1_20210621
|
||||||
@ -28,19 +28,19 @@ image:
|
|||||||
csi:
|
csi:
|
||||||
attacher:
|
attacher:
|
||||||
repository: longhornio/csi-attacher
|
repository: longhornio/csi-attacher
|
||||||
tag: v2.2.1-lh1
|
tag: v2.2.1-lh2
|
||||||
provisioner:
|
provisioner:
|
||||||
repository: longhornio/csi-provisioner
|
repository: longhornio/csi-provisioner
|
||||||
tag: v1.6.0-lh1
|
tag: v1.6.0-lh2
|
||||||
nodeDriverRegistrar:
|
nodeDriverRegistrar:
|
||||||
repository: longhornio/csi-node-driver-registrar
|
repository: longhornio/csi-node-driver-registrar
|
||||||
tag: v1.2.0-lh1
|
tag: v1.2.0-lh1
|
||||||
resizer:
|
resizer:
|
||||||
repository: longhornio/csi-resizer
|
repository: longhornio/csi-resizer
|
||||||
tag: v0.5.1-lh1
|
tag: v0.5.1-lh2
|
||||||
snapshotter:
|
snapshotter:
|
||||||
repository: longhornio/csi-snapshotter
|
repository: longhornio/csi-snapshotter
|
||||||
tag: v2.1.1-lh1
|
tag: v2.1.1-lh2
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
service:
|
service:
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
longhornio/csi-attacher:v2.2.1-lh1
|
longhornio/csi-attacher:v2.2.1-lh2
|
||||||
longhornio/csi-node-driver-registrar:v1.2.0-lh1
|
longhornio/csi-node-driver-registrar:v1.2.0-lh1
|
||||||
longhornio/csi-provisioner:v1.6.0-lh1
|
longhornio/csi-provisioner:v1.6.0-lh2
|
||||||
longhornio/csi-resizer:v0.5.1-lh1
|
longhornio/csi-resizer:v0.5.1-lh2
|
||||||
longhornio/csi-snapshotter:v2.1.1-lh1
|
longhornio/csi-snapshotter:v2.1.1-lh2
|
||||||
longhornio/backing-image-manager:v1_20210422
|
longhornio/backing-image-manager:v1_20210422
|
||||||
longhornio/longhorn-engine:v1.1.2-rc1
|
longhornio/longhorn-engine:v1.1.2
|
||||||
longhornio/longhorn-instance-manager:v1_20210621
|
longhornio/longhorn-instance-manager:v1_20210621
|
||||||
longhornio/longhorn-manager:v1.1.2-rc1
|
longhornio/longhorn-manager:v1.1.2
|
||||||
longhornio/longhorn-share-manager:v1_20210416
|
longhornio/longhorn-share-manager:v1_20210416
|
||||||
longhornio/longhorn-ui:v1.1.2-rc1
|
longhornio/longhorn-ui:v1.1.2
|
||||||
|
@ -696,7 +696,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: longhorn-manager
|
- name: longhorn-manager
|
||||||
image: longhornio/longhorn-manager:v1.1.2-rc1
|
image: longhornio/longhorn-manager:v1.1.2
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
@ -705,7 +705,7 @@ spec:
|
|||||||
- -d
|
- -d
|
||||||
- daemon
|
- daemon
|
||||||
- --engine-image
|
- --engine-image
|
||||||
- longhornio/longhorn-engine:v1.1.2-rc1
|
- longhornio/longhorn-engine:v1.1.2
|
||||||
- --instance-manager-image
|
- --instance-manager-image
|
||||||
- longhornio/longhorn-instance-manager:v1_20210621
|
- longhornio/longhorn-instance-manager:v1_20210621
|
||||||
- --share-manager-image
|
- --share-manager-image
|
||||||
@ -713,7 +713,7 @@ spec:
|
|||||||
- --backing-image-manager-image
|
- --backing-image-manager-image
|
||||||
- longhornio/backing-image-manager:v1_20210422
|
- longhornio/backing-image-manager:v1_20210422
|
||||||
- --manager-image
|
- --manager-image
|
||||||
- longhornio/longhorn-manager:v1.1.2-rc1
|
- longhornio/longhorn-manager:v1.1.2
|
||||||
- --service-account
|
- --service-account
|
||||||
- longhorn-service-account
|
- longhorn-service-account
|
||||||
ports:
|
ports:
|
||||||
@ -813,7 +813,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: longhorn-ui
|
- name: longhorn-ui
|
||||||
image: longhornio/longhorn-ui:v1.1.2-rc1
|
image: longhornio/longhorn-ui:v1.1.2
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
@ -869,18 +869,18 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: wait-longhorn-manager
|
- name: wait-longhorn-manager
|
||||||
image: longhornio/longhorn-manager:v1.1.2-rc1
|
image: longhornio/longhorn-manager:v1.1.2
|
||||||
command: ['sh', '-c', 'while [ $(curl -m 1 -s -o /dev/null -w "%{http_code}" http://longhorn-backend:9500/v1) != "200" ]; do echo waiting; sleep 2; done']
|
command: ['sh', '-c', 'while [ $(curl -m 1 -s -o /dev/null -w "%{http_code}" http://longhorn-backend:9500/v1) != "200" ]; do echo waiting; sleep 2; done']
|
||||||
containers:
|
containers:
|
||||||
- name: longhorn-driver-deployer
|
- name: longhorn-driver-deployer
|
||||||
image: longhornio/longhorn-manager:v1.1.2-rc1
|
image: longhornio/longhorn-manager:v1.1.2
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- longhorn-manager
|
- longhorn-manager
|
||||||
- -d
|
- -d
|
||||||
- deploy-driver
|
- deploy-driver
|
||||||
- --manager-image
|
- --manager-image
|
||||||
- longhornio/longhorn-manager:v1.1.2-rc1
|
- longhornio/longhorn-manager:v1.1.2
|
||||||
- --manager-url
|
- --manager-url
|
||||||
- http://longhorn-backend:9500/v1
|
- http://longhorn-backend:9500/v1
|
||||||
env:
|
env:
|
||||||
@ -902,15 +902,15 @@ spec:
|
|||||||
# For AirGap Installation
|
# For AirGap Installation
|
||||||
# Replace PREFIX with your private registry
|
# Replace PREFIX with your private registry
|
||||||
#- name: CSI_ATTACHER_IMAGE
|
#- name: CSI_ATTACHER_IMAGE
|
||||||
# value: PREFIX/csi-attacher:v2.2.1-lh1
|
# value: PREFIX/csi-attacher:v2.2.1-lh2
|
||||||
#- name: CSI_PROVISIONER_IMAGE
|
#- name: CSI_PROVISIONER_IMAGE
|
||||||
# value: PREFIX/csi-provisioner:v1.6.0-lh1
|
# value: PREFIX/csi-provisioner:v1.6.0-lh2
|
||||||
#- name: CSI_NODE_DRIVER_REGISTRAR_IMAGE
|
#- name: CSI_NODE_DRIVER_REGISTRAR_IMAGE
|
||||||
# value: PREFIX/csi-node-driver-registrar:v1.2.0-lh1
|
# value: PREFIX/csi-node-driver-registrar:v1.2.0-lh1
|
||||||
#- name: CSI_RESIZER_IMAGE
|
#- name: CSI_RESIZER_IMAGE
|
||||||
# value: PREFIX/csi-resizer:v0.5.1-lh1
|
# value: PREFIX/csi-resizer:v0.5.1-lh2
|
||||||
#- name: CSI_SNAPSHOTTER_IMAGE
|
#- name: CSI_SNAPSHOTTER_IMAGE
|
||||||
# value: PREFIX/csi-snapshotter:v2.1.1-lh1
|
# value: PREFIX/csi-snapshotter:v2.1.1-lh2
|
||||||
# Manually specify number of CSI attacher replicas
|
# Manually specify number of CSI attacher replicas
|
||||||
#- name: CSI_ATTACHER_REPLICA_COUNT
|
#- name: CSI_ATTACHER_REPLICA_COUNT
|
||||||
# value: "3"
|
# value: "3"
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
longhornio/csi-attacher:v2.2.1-lh1
|
longhornio/csi-attacher:v2.2.1-lh2
|
||||||
longhornio/csi-node-driver-registrar:v1.2.0-lh1
|
longhornio/csi-node-driver-registrar:v1.2.0-lh1
|
||||||
longhornio/csi-provisioner:v1.6.0-lh1
|
longhornio/csi-provisioner:v1.6.0-lh2
|
||||||
longhornio/csi-resizer:v0.5.1-lh1
|
longhornio/csi-resizer:v0.5.1-lh2
|
||||||
longhornio/csi-snapshotter:v2.1.1-lh1
|
longhornio/csi-snapshotter:v2.1.1-lh2
|
||||||
longhornio/backing-image-manager:v1_20210422
|
longhornio/backing-image-manager:v1_20210422
|
||||||
longhornio/longhorn-engine:v1.1.2-rc1
|
longhornio/longhorn-engine:v1.1.2
|
||||||
longhornio/longhorn-instance-manager:v1_20210621
|
longhornio/longhorn-instance-manager:v1_20210621
|
||||||
longhornio/longhorn-manager:v1.1.2-rc1
|
longhornio/longhorn-manager:v1.1.2
|
||||||
longhornio/longhorn-share-manager:v1_20210416
|
longhornio/longhorn-share-manager:v1_20210416
|
||||||
longhornio/longhorn-ui:v1.1.2-rc1
|
longhornio/longhorn-ui:v1.1.2
|
||||||
|
@ -101,7 +101,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: longhorn-uninstall
|
- name: longhorn-uninstall
|
||||||
image: longhornio/longhorn-manager:v1.1.2-rc1
|
image: longhornio/longhorn-manager:v1.1.2
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
|
Loading…
Reference in New Issue
Block a user