rook/ceph: bump

Change-Id: I046df292cad11650adb829cc8a73100cc1d1ecc8
diff --git a/cluster/kube/lib/rook.libsonnet b/cluster/kube/lib/rook.libsonnet
index 063bd17..98732b0 100644
--- a/cluster/kube/lib/rook.libsonnet
+++ b/cluster/kube/lib/rook.libsonnet
@@ -7,7 +7,7 @@
         local env = self,
         local cfg = env.cfg,
         cfg:: {
-            image: "rook/ceph:v0.9.0-465.g5f6de03",
+            image: "rook/ceph:v1.0.5",
             namespace: "rook-ceph-system",
         },
 
@@ -415,7 +415,7 @@
                 cephVersion: {
                     # https://github.com/rook/rook/issues/2945#issuecomment-483964014
                     #image: "ceph/ceph:v13.2.5-20190319",
-                    image: "ceph/ceph:v14",
+                    image: "ceph/ceph:v14.2.2-20190830",
                     allowUnsupported: true,
                 },
                 dataDirHostPath: "/var/lib/rook",