gitops/apps/longhorn.yaml
jad0s 4d11a48fc1
Some checks failed
/ validate (pull_request) Failing after 6m56s
fix(longhorn): disable the pre-upgrade checker
2026-06-13 20:04:20 +02:00

26 lines
562 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: longhorn
namespace: argocd
spec:
project: default
source:
repoURL: https://charts.longhorn.io
chart: longhorn
targetRevision: 1.12.0
helm:
values: |
preUpgradeChecker:
jobEnabled: false
defaultSettings:
defaultReplicaCount: 3
destination:
server: https://kubernetes.default.svc
namespace: longhorn-system
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true