--- apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: HelmRepository metadata: name: podinfo namespace: flux-system spec: interval: 1m0s url: https://stefanprodan.github.io/podinfo --- apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: podinfo namespace: flux-system spec: chart: spec: chart: podinfo version: "5.2.1" reconcileStrategy: ChartVersion sourceRef: kind: HelmRepository name: podinfo interval: 1m0s