Revert "update to 2017-11-22_1"

This reverts commit 1bef06a7ba.
This commit is contained in:
Matthias Schneider
2017-12-18 19:20:37 +01:00
parent ef8406604b
commit bf6d7926f8
+2 -2
View File
@@ -2,7 +2,7 @@ version: '2'
services: services:
minio-server: minio-server:
tty: true tty: true
image: mschneider82/alpine-minio:2017-11-22_1 image: webcenter/alpine-minio:2017-10-27_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}}