Update to 1.1.3-rc1
Signed-off-by: David Ko <dko@suse.com>
This commit is contained in:
parent
34e87c5fd7
commit
5e25fff91e
@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: longhorn
|
||||
version: 1.1.2
|
||||
appVersion: v1.1.2
|
||||
version: 1.1.3-rc1
|
||||
appVersion: v1.1.3-rc1
|
||||
kubeVersion: ">=v1.16.0-r0"
|
||||
description: Longhorn is a distributed block storage system for Kubernetes.
|
||||
keywords:
|
||||
|
@ -17,7 +17,7 @@ questions:
|
||||
label: Longhorn Manager Image Repository
|
||||
group: "Longhorn Images Settings"
|
||||
- variable: image.longhorn.manager.tag
|
||||
default: v1.1.2
|
||||
default: v1.1.3-rc1
|
||||
description: "Specify Longhorn Manager Image Tag"
|
||||
type: string
|
||||
label: Longhorn Manager Image Tag
|
||||
@ -29,7 +29,7 @@ questions:
|
||||
label: Longhorn Engine Image Repository
|
||||
group: "Longhorn Images Settings"
|
||||
- variable: image.longhorn.engine.tag
|
||||
default: v1.1.2
|
||||
default: v1.1.3-rc1
|
||||
description: "Specify Longhorn Engine Image Tag"
|
||||
type: string
|
||||
label: Longhorn Engine Image Tag
|
||||
@ -41,7 +41,7 @@ questions:
|
||||
label: Longhorn UI Image Repository
|
||||
group: "Longhorn Images Settings"
|
||||
- variable: image.longhorn.ui.tag
|
||||
default: v1.1.2
|
||||
default: v1.1.3-rc1
|
||||
description: "Specify Longhorn UI Image Tag"
|
||||
type: string
|
||||
label: Longhorn UI Image Tag
|
||||
|
@ -9,13 +9,13 @@ image:
|
||||
longhorn:
|
||||
engine:
|
||||
repository: longhornio/longhorn-engine
|
||||
tag: v1.1.2
|
||||
tag: v1.1.3-rc1
|
||||
manager:
|
||||
repository: longhornio/longhorn-manager
|
||||
tag: v1.1.2
|
||||
tag: v1.1.3-rc1
|
||||
ui:
|
||||
repository: longhornio/longhorn-ui
|
||||
tag: v1.1.2
|
||||
tag: v1.1.3-rc1
|
||||
instanceManager:
|
||||
repository: longhornio/longhorn-instance-manager
|
||||
tag: v1_20210621
|
||||
|
@ -4,8 +4,8 @@ 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-engine:v1.1.3-rc1
|
||||
longhornio/longhorn-instance-manager:v1_20210731
|
||||
longhornio/longhorn-manager:v1.1.3-rc1
|
||||
longhornio/longhorn-share-manager:v1_20210416
|
||||
longhornio/longhorn-ui:v1.1.2
|
||||
longhornio/longhorn-ui:v1.1.3-rc1
|
||||
|
@ -563,7 +563,6 @@ data:
|
||||
upgrade-checker:
|
||||
default-replica-count:
|
||||
default-data-locality:
|
||||
guaranteed-engine-cpu:
|
||||
default-longhorn-static-storage-class:
|
||||
backupstore-poll-interval:
|
||||
taint-toleration:
|
||||
@ -573,7 +572,6 @@ data:
|
||||
auto-delete-pod-when-volume-detached-unexpectedly:
|
||||
disable-scheduling-on-cordoned-node:
|
||||
replica-zone-soft-anti-affinity:
|
||||
volume-attachment-recovery-policy:
|
||||
node-down-pod-deletion-policy:
|
||||
allow-node-drain-with-last-healthy-replica:
|
||||
mkfs-ext4-parameters:
|
||||
@ -696,7 +694,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: longhorn-manager
|
||||
image: longhornio/longhorn-manager:v1.1.2
|
||||
image: longhornio/longhorn-manager:v1.1.3-rc1
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
privileged: true
|
||||
@ -705,15 +703,15 @@ spec:
|
||||
- -d
|
||||
- daemon
|
||||
- --engine-image
|
||||
- longhornio/longhorn-engine:v1.1.2
|
||||
- longhornio/longhorn-engine:v1.1.3-rc1
|
||||
- --instance-manager-image
|
||||
- longhornio/longhorn-instance-manager:v1_20210621
|
||||
- longhornio/longhorn-instance-manager:v1_20210731
|
||||
- --share-manager-image
|
||||
- longhornio/longhorn-share-manager:v1_20210416
|
||||
- --backing-image-manager-image
|
||||
- longhornio/backing-image-manager:v1_20210422
|
||||
- --manager-image
|
||||
- longhornio/longhorn-manager:v1.1.2
|
||||
- longhornio/longhorn-manager:v1.1.3-rc1
|
||||
- --service-account
|
||||
- longhorn-service-account
|
||||
ports:
|
||||
@ -813,7 +811,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: longhorn-ui
|
||||
image: longhornio/longhorn-ui:v1.1.2
|
||||
image: longhornio/longhorn-ui:v1.1.3-rc1
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
@ -869,18 +867,18 @@ spec:
|
||||
spec:
|
||||
initContainers:
|
||||
- name: wait-longhorn-manager
|
||||
image: longhornio/longhorn-manager:v1.1.2
|
||||
image: longhornio/longhorn-manager:v1.1.3-rc1
|
||||
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:
|
||||
- name: longhorn-driver-deployer
|
||||
image: longhornio/longhorn-manager:v1.1.2
|
||||
image: longhornio/longhorn-manager:v1.1.3-rc1
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- longhorn-manager
|
||||
- -d
|
||||
- deploy-driver
|
||||
- --manager-image
|
||||
- longhornio/longhorn-manager:v1.1.2
|
||||
- longhornio/longhorn-manager:v1.1.3-rc1
|
||||
- --manager-url
|
||||
- http://longhorn-backend:9500/v1
|
||||
env:
|
||||
@ -902,15 +900,15 @@ spec:
|
||||
# For AirGap Installation
|
||||
# Replace PREFIX with your private registry
|
||||
#- name: CSI_ATTACHER_IMAGE
|
||||
# value: PREFIX/csi-attacher:v2.2.1-lh2
|
||||
# value: PREFIX/csi-attacher:v2.2.1-lh1
|
||||
#- name: CSI_PROVISIONER_IMAGE
|
||||
# value: PREFIX/csi-provisioner:v1.6.0-lh2
|
||||
# value: PREFIX/csi-provisioner:v1.6.0-lh1
|
||||
#- name: CSI_NODE_DRIVER_REGISTRAR_IMAGE
|
||||
# value: PREFIX/csi-node-driver-registrar:v1.2.0-lh1
|
||||
#- name: CSI_RESIZER_IMAGE
|
||||
# value: PREFIX/csi-resizer:v0.5.1-lh2
|
||||
# value: PREFIX/csi-resizer:v0.5.1-lh1
|
||||
#- name: CSI_SNAPSHOTTER_IMAGE
|
||||
# value: PREFIX/csi-snapshotter:v2.1.1-lh2
|
||||
# value: PREFIX/csi-snapshotter:v2.1.1-lh1
|
||||
# Manually specify number of CSI attacher replicas
|
||||
#- name: CSI_ATTACHER_REPLICA_COUNT
|
||||
# value: "3"
|
||||
|
@ -4,8 +4,8 @@ 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-engine:v1.1.3-rc1
|
||||
longhornio/longhorn-instance-manager:v1_20210731
|
||||
longhornio/longhorn-manager:v1.1.3-rc1
|
||||
longhornio/longhorn-share-manager:v1_20210416
|
||||
longhornio/longhorn-ui:v1.1.2
|
||||
longhornio/longhorn-ui:v1.1.3-rc1
|
||||
|
@ -101,7 +101,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: longhorn-uninstall
|
||||
image: longhornio/longhorn-manager:v1.1.2
|
||||
image: longhornio/longhorn-manager:v1.1.3-rc1
|
||||
imagePullPolicy: Always
|
||||
securityContext:
|
||||
privileged: true
|
||||
|
Loading…
Reference in New Issue
Block a user