14 lines
286 B
YAML
14 lines
286 B
YAML
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: GitRepository
|
|
metadata:
|
|
name: nextcloud
|
|
spec:
|
|
url: https://github.com/wrenix/nextcloud-helm.git
|
|
ref:
|
|
{{- with .Values.helm.nextcloud.chart }}
|
|
commit: {{ . }}
|
|
{{- else }}
|
|
branch: main
|
|
{{- end }}
|
|
interval: 10m
|