From 8979e4d493488693b4a5c903707d4c61174b27fe Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 28 Feb 2022 17:41:06 +0100 Subject: [PATCH] fix(system-upgrades): Increase longhorn-lvm size to 200G --- infrastructure/system-upgrades/longhorn-lvm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/system-upgrades/longhorn-lvm.yaml b/infrastructure/system-upgrades/longhorn-lvm.yaml index 1c0155178..dd91a558f 100644 --- a/infrastructure/system-upgrades/longhorn-lvm.yaml +++ b/infrastructure/system-upgrades/longhorn-lvm.yaml @@ -6,7 +6,7 @@ metadata: namespace: system-upgrade type: Opaque stringData: - volumesize: 100G + volumesize: 200G upgrade.sh: | #!/bin/sh set -e -- GitLab