27 lines
567 B
YAML
27 lines
567 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: 1.27.0
|
||
|
|
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/postgresql
|
||
|
|
clusterImage: ghcr.io/cloudnative-pg/postgresql:17.4
|