From c9dd02ba560a9ea3b65a83f183b034d268d78869 Mon Sep 17 00:00:00 2001 From: William P Date: Thu, 4 Jun 2026 18:44:36 -0400 Subject: [PATCH] rook-ceph: add ceph-csi-drivers to fix breaking upstream change --- system-apps/rook-ceph/operator/Chart.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/system-apps/rook-ceph/operator/Chart.yaml b/system-apps/rook-ceph/operator/Chart.yaml index b967a86..66f763d 100644 --- a/system-apps/rook-ceph/operator/Chart.yaml +++ b/system-apps/rook-ceph/operator/Chart.yaml @@ -25,4 +25,7 @@ appVersion: "1.0" dependencies: - name: rook-ceph version: v1.20.0 - repository: https://charts.rook.io/release \ No newline at end of file + repository: https://charts.rook.io/release +- name: ceph-csi-drivers + version: 0.2.0 + repository: https://ceph.github.io/ceph-csi-operator \ No newline at end of file