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