From a8fdd46ce562a9b78fa1872c732a4994ce7b8984 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Mon, 25 Mar 2024 11:58:36 +0100 Subject: [PATCH] Create longhorn.yml --- infrastructure/longhorn.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 infrastructure/longhorn.yml diff --git a/infrastructure/longhorn.yml b/infrastructure/longhorn.yml new file mode 100644 index 0000000..fe24ef1 --- /dev/null +++ b/infrastructure/longhorn.yml @@ -0,0 +1,18 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: longhorn + namespace: argocd +spec: + project: default + sources: + - chart: longhorn + repoURL: https://charts.longhorn.io/ + targetRevision: v1.6.0 # Replace with the Longhorn version you'd like to install or upgrade to + helm: + valuesObject: + preUpgradeChecker: + jobEnabled: false + destination: + server: https://kluster.steffenillium.de + namespace: longhorn-system