From e1d70fcdd03c9f3233a0475208391ebc8d41344b Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Sat, 26 Aug 2023 17:15:07 +0200 Subject: [PATCH] fix cluster snapshot service --- core-deployments.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/core-deployments.yaml b/core-deployments.yaml index 7856a75..788147b 100644 --- a/core-deployments.yaml +++ b/core-deployments.yaml @@ -60,7 +60,7 @@ spec: sources: - repoURL: https://charts.longhorn.io chart: longhorn - targetRevision: 1.4.3 + targetRevision: 1.4.3 # see Infos below, the CSI snapshotter needs to be updated too helm: releaseName: longhorn valueFiles: @@ -72,8 +72,11 @@ spec: targetRevision: HEAD path: longhorn - repoURL: https://github.com/kubernetes-csi/external-snapshotter.git - targetRevision: release-4.0 + targetRevision: v5.0.1 # <-- needs to be updated when longhorn version is changed. Find the correct version here: https://longhorn.io/docs/latest/snapshots-and-backups/csi-snapshot-support/csi-volume-snapshot-associated-with-longhorn-snapshot/ path: client/config/crd + - repoURL: https://github.com/kubernetes-csi/external-snapshotter.git + targetRevision: v5.0.1 # <-- needs to be updated when longhorn version is changed. Find the correct version here: https://longhorn.io/docs/latest/snapshots-and-backups/csi-snapshot-support/csi-volume-snapshot-associated-with-longhorn-snapshot/ + path: deploy/kubernetes/snapshot-controller destination: server: https://kubernetes.default.svc namespace: longhorn-system