update to 2017-11-22_1

This commit is contained in:
Matthias Schneider 2017-12-18 10:10:36 +01:00 committed by GitHub
parent a6b30227bf
commit 1bef06a7ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ version: '2'
services: services:
minio-server: minio-server:
tty: true tty: true
image: webcenter/alpine-minio:2017-10-27_1 image: mschneider82/alpine-minio:2017-11-22_1
volumes: volumes:
- minio-scheduler-setting:/opt/scheduler - minio-scheduler-setting:/opt/scheduler
{{- if eq (printf "%.1s" .Values.VOLUME_DRIVER) "/" }} {{- if eq (printf "%.1s" .Values.VOLUME_DRIVER) "/" }}
@ -67,4 +67,4 @@ volumes:
per_container: true per_container: true
driver: ${VOLUME_DRIVER} driver: ${VOLUME_DRIVER}
{{- end}} {{- end}}
{{- end}} {{- end}}