--- apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: redis namespace: data spec: interval: 5m chart: spec: # renovate: registryUrl=https://charts.bitnami.com/bitnami chart: redis version: 15.6.7 sourceRef: kind: HelmRepository name: bitnami-charts namespace: flux-system interval: 5m values: architecture: standalone auth: password: ${SECRET_REDIS_PASSWORD} master: service: annotations: prometheus.io/probe: "true" prometheus.io/protocol: tcp replica: persistence: enabled: false service: annotations: prometheus.io/probe: "true" prometheus.io/protocol: tcp