--- 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