--- apiVersion: source.toolkit.fluxcd.io/v1beta1 kind: GitRepository metadata: name: external-snapshotter-source namespace: flux-system spec: interval: 1h # renovate: datasource=github-releases url: https://github.com/kubernetes-csi/external-snapshotter.git ref: tag: v5.0.1 ignore: | # exclude all /* # include deploy crds dir !/client/config/crd --- apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization metadata: name: external-snapshotter-crds namespace: flux-system spec: interval: 1h prune: false wait: true sourceRef: kind: GitRepository name: external-snapshotter-source