Update longhorn
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2020-08-24 15:20:25 +02:00
parent 3d54f0c30d
commit 8cc1e01af4
7 changed files with 70 additions and 7 deletions

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: longhorn-manager
image: longhornio/longhorn-manager:v1.0.1
image: longhornio/longhorn-manager:v1.0.2
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
@ -25,11 +25,11 @@ spec:
- -d
- daemon
- --engine-image
- longhornio/longhorn-engine:v1.0.1
- longhornio/longhorn-engine:v1.0.2
- --instance-manager-image
- longhornio/longhorn-instance-manager:v1_20200514
- --manager-image
- longhornio/longhorn-manager:v1.0.1
- longhornio/longhorn-manager:v1.0.2
- --service-account
- longhorn-service-account
ports:
@ -45,6 +45,7 @@ spec:
mountPath: /host/proc/
- name: varrun
mountPath: /var/run/
mountPropagation: Bidirectional
- name: longhorn
mountPath: /var/lib/longhorn/
mountPropagation: Bidirectional