Update longhorn from upstream
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
90b39872e2
commit
d1ef859440
17 changed files with 335 additions and 66 deletions
|
|
@ -15,18 +15,18 @@ spec:
|
|||
spec:
|
||||
initContainers:
|
||||
- name: wait-longhorn-manager
|
||||
image: longhornio/longhorn-manager:v1.0.2
|
||||
image: longhornio/longhorn-manager:v1.1.0
|
||||
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.0.2
|
||||
image: longhornio/longhorn-manager:v1.1.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- longhorn-manager
|
||||
- -d
|
||||
- deploy-driver
|
||||
- --manager-image
|
||||
- longhornio/longhorn-manager:v1.0.2
|
||||
- longhornio/longhorn-manager:v1.1.0
|
||||
- --manager-url
|
||||
- http://longhorn-backend:9500/v1
|
||||
env:
|
||||
|
|
@ -48,13 +48,15 @@ spec:
|
|||
# For AirGap Installation
|
||||
# Replace PREFIX with your private registery
|
||||
#- name: CSI_ATTACHER_IMAGE
|
||||
# value: PREFIX/csi-attacher:v2.0.0
|
||||
# value: PREFIX/csi-attacher:v2.2.1-lh1
|
||||
#- name: CSI_PROVISIONER_IMAGE
|
||||
# value: PREFIX/csi-provisioner:v1.4.0
|
||||
# value: PREFIX/csi-provisioner:v1.6.0-lh1
|
||||
#- name: CSI_NODE_DRIVER_REGISTRAR_IMAGE
|
||||
# value: PREFIX/csi-node-driver-registrar:v1.2.0
|
||||
# value: PREFIX/csi-node-driver-registrar:v1.2.0-lh1
|
||||
#- name: CSI_RESIZER_IMAGE
|
||||
# value: PREFIX/csi-resizer:v0.3.0
|
||||
# value: PREFIX/csi-resizer:v0.5.1-lh1
|
||||
#- name: CSI_SNAPSHOTTER_IMAGE
|
||||
# value: PREFIX/csi-snapshotter:v2.1.1-lh1
|
||||
# Manually specify number of CSI attacher replicas
|
||||
#- name: CSI_ATTACHER_REPLICA_COUNT
|
||||
# value: "3"
|
||||
|
|
@ -63,6 +65,8 @@ spec:
|
|||
# value: "3"
|
||||
#- name: CSI_RESIZER_REPLICA_COUNT
|
||||
# value: "3"
|
||||
#- name: CSI_SNAPSHOTTER_REPLICA_COUNT
|
||||
# value: "3"
|
||||
#imagePullSecrets:
|
||||
#- name:
|
||||
serviceAccountName: longhorn-service-account
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue