gcloud-lab/infrastructure/controllers/base/cnpg/release.yaml

21 lines
386 B
YAML
Raw Permalink Normal View History

2026-01-05 23:03:09 +00:00
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: cnpg
namespace: flux-system
spec:
targetNamespace: cnpg-system
interval: 30m
chart:
spec:
chart: cloudnative-pg
version: "0.26.1"
sourceRef:
kind: HelmRepository
name: cnpg
namespace: flux-system
interval: 12h
2026-01-06 01:54:18 +00:00
install:
createNamespace: true
2026-01-05 23:03:09 +00:00