From 27e84df323131fc22632b974b57984eefc61e448 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 20 Jan 2026 15:06:12 -0600 Subject: [PATCH] add pull policy --- clusters/cl01tl/helm/rook-ceph/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/clusters/cl01tl/helm/rook-ceph/values.yaml b/clusters/cl01tl/helm/rook-ceph/values.yaml index ea901c397..f88260566 100644 --- a/clusters/cl01tl/helm/rook-ceph/values.yaml +++ b/clusters/cl01tl/helm/rook-ceph/values.yaml @@ -25,6 +25,7 @@ rook-ceph-cluster: # https://quay.io/repository/ceph/ceph?tab=tags repository: quay.io/ceph/ceph tag: v19.2.3-20250717 + imagePullPolicy: IfNotPresent cephClusterSpec: mgr: count: 2