diff --git a/kube/deploy/core/storage/rook-ceph/app/hr.yaml b/kube/deploy/core/storage/rook-ceph/app/hr.yaml index 26bb9b2f..367b4fb8 100644 --- a/kube/deploy/core/storage/rook-ceph/app/hr.yaml +++ b/kube/deploy/core/storage/rook-ceph/app/hr.yaml @@ -17,7 +17,7 @@ spec: spec: # renovate: registryUrl=https://charts.rook.io/release chart: rook-ceph - version: "${VERSION_ROOK:=v1.10.10}" + version: "v1.12.7" sourceRef: kind: HelmRepository name: rook-ceph @@ -27,7 +27,7 @@ spec: useOperatorHostNetwork: false pspEnable: false crds: - enabled: false + enabled: true cephBlockPoolsVolumeSnapshotClass: enabled: true name: csi-rbdplugin-snapclass diff --git a/kube/deploy/core/storage/rook-ceph/app/netpol.yaml b/kube/deploy/core/storage/rook-ceph/app/netpol.yaml index 42dcc787..f87b6da7 100644 --- a/kube/deploy/core/storage/rook-ceph/app/netpol.yaml +++ b/kube/deploy/core/storage/rook-ceph/app/netpol.yaml @@ -32,7 +32,7 @@ spec: - ports: - port: "6443" --- -# yaml-language-server: $schema=https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/cilium.io/ciliumnetworkpolicy_v2.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/cilium.io/ciliumclusterwidenetworkpolicy_v2.json apiVersion: cilium.io/v2 kind: CiliumClusterwideNetworkPolicy metadata: diff --git a/kube/deploy/core/storage/rook-ceph/kustomization.yaml b/kube/deploy/core/storage/rook-ceph/kustomization.yaml index 851fce3c..ed061416 100644 --- a/kube/deploy/core/storage/rook-ceph/kustomization.yaml +++ b/kube/deploy/core/storage/rook-ceph/kustomization.yaml @@ -4,5 +4,4 @@ kind: Kustomization resources: - ns.yaml - repo.yaml - - https://raw.githubusercontent.com/rook/rook/v1.10.10/deploy/examples/crds.yaml - - ks.yaml \ No newline at end of file + - ks.yaml