Files
HetznerTerra/infrastructure/addons/cnpg-operator/helmrelease-cnpg.yaml
MichaelFisher1997 3ea28e525f
All checks were successful
Deploy Cluster / Terraform (push) Successful in 43s
Deploy Cluster / Ansible (push) Successful in 4m55s
fix: Fix CNP operator image repository (cloudnative-pg not postgresql)
2026-03-26 00:21:09 +00:00

26 lines
514 B
YAML

apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: cnpg
namespace: flux-system
spec:
interval: 10m
targetNamespace: cnpg-system
chart:
spec:
chart: cloudnative-pg
version: 0.27.1
sourceRef:
kind: HelmRepository
name: cnpg
namespace: flux-system
install:
createNamespace: true
remediation:
retries: 3
upgrade:
remediation:
retries: 3
values:
image:
repository: ghcr.io/cloudnative-pg/cloudnative-pg