From 0eeb1fbf9cd8893fea294c7ffbaec1be7aba6f1e Mon Sep 17 00:00:00 2001 From: root Date: Mon, 23 Jan 2017 21:33:56 +0000 Subject: [PATCH] Change the ceph images from the custom ATT to the ceph-docker upstream. It seems work. --- ceph/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph/values.yaml b/ceph/values.yaml index b88644a641..6dc5f18acb 100644 --- a/ceph/values.yaml +++ b/ceph/values.yaml @@ -17,7 +17,7 @@ service: name: ceph-mon images: - daemon: quay.io/attcomdev/ceph-daemon:latest + daemon: ceph/daemon:latest pull_policy: IfNotPresent labels: