From 0eeb1fbf9cd8893fea294c7ffbaec1be7aba6f1e Mon Sep 17 00:00:00 2001 From: root Date: Mon, 23 Jan 2017 21:33:56 +0000 Subject: [PATCH 1/2] 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: From c0203624654d69731d97eaff44005777f2a39a8c Mon Sep 17 00:00:00 2001 From: Greg Althaus Date: Mon, 30 Jan 2017 10:14:09 -0600 Subject: [PATCH 2/2] Lock version down to a tagged version. --- ceph/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph/values.yaml b/ceph/values.yaml index 6dc5f18acb..2b9a94ab1f 100644 --- a/ceph/values.yaml +++ b/ceph/values.yaml @@ -17,7 +17,7 @@ service: name: ceph-mon images: - daemon: ceph/daemon:latest + daemon: docker.io/library/ceph/daemon:tag-build-master-jewel-ubuntu-16.04 pull_policy: IfNotPresent labels: