Update minio backupstore image to support amd64 and arm64

Longhorn #6

Signed-off-by: Bo Tao <bo.tao@rancher.com>
This commit is contained in:
Bo Tao 2020-10-20 12:50:50 -07:00 committed by Sheng Yang
parent 3870716b8c
commit e54bbd9f4c

View File

@ -46,7 +46,7 @@ spec:
containers:
- name: minio
image: minio/minio
image: longhornio/minio:RELEASE.2020-10-18T21-54-12Z
command: ["sh", "-c", "mkdir -p /storage/backupbucket && mkdir -p /root/.minio/certs && ln -s /root/certs/private.key /root/.minio/certs/private.key && ln -s /root/certs/public.crt /root/.minio/certs/public.crt && exec /usr/bin/minio server /storage"]
env:
- name: MINIO_ACCESS_KEY