From 2132ea152029e2175df6413e34d18fce87b3cfe1 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Wed, 19 Jul 2023 11:30:05 +0200
Subject: [PATCH] fix(longhorn): rollback/forward to 1.4.3

this fix is probably necvessary, because some pods fail during the
migration to 1.5.0
---
 infrastructure/longhorn/release.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/longhorn/release.yaml b/infrastructure/longhorn/release.yaml
index a0c4b05d2..97c734254 100644
--- a/infrastructure/longhorn/release.yaml
+++ b/infrastructure/longhorn/release.yaml
@@ -12,7 +12,7 @@ spec:
         kind: HelmRepository
         name: longhorn
         namespace: longhorn-system
-      version: 1.5.0
+      version: 1.4.3
   interval: 5m
   install:
     remediation:
-- 
GitLab