Files
homelab/k8s/core/longhorn/kustomization.yaml
T
Aleksandr Bogomiakov 2fb63dded8
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 8s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 5s
updated longhorn 1.12.0 -> 1.12.1
2026-09-01 22:25:34 +01:00

16 lines
288 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
#resources:
# - app.yaml
helmCharts:
- name: longhorn
repo: https://charts.longhorn.io
version: 1.12.1
releaseName: longhorn
namespace: longhorn-system
valuesFile: values.yaml
includeCRDs: true