From 4b4b08b1f971ff7b510fd8f98e0663a86fc0a5c9 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Wed, 19 Jan 2022 22:06:10 +0100 Subject: [PATCH] fix(longhorn): Try to fix deployment retries for helm --- infrastructure/longhorn/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infrastructure/longhorn/release.yaml b/infrastructure/longhorn/release.yaml index 3dd86f040..11de8ec48 100644 --- a/infrastructure/longhorn/release.yaml +++ b/infrastructure/longhorn/release.yaml @@ -14,6 +14,9 @@ spec: # renovate: helmRepo=https://charts.longhorn.io depName=longhorn version: 1.2.3 interval: 5m + install: + remediation: + retries: 15 values: persistence: defaultClassReplicaCount: 2 -- GitLab