2026-01-19 09:49:52 -08:00
|
|
|
# CloudNativePG Operator - PostgreSQL for Kubernetes
|
|
|
|
|
# Deploys the operator only; PostgreSQL clusters are created separately
|
2026-01-19 14:40:25 -08:00
|
|
|
#
|
|
|
|
|
# Chart mirrored from https://github.com/cloudnative-pg/charts to forge
|
2026-01-19 09:49:52 -08:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
|
|
|
|
metadata:
|
|
|
|
|
name: cloudnative-pg
|
|
|
|
|
namespace: argocd
|
|
|
|
|
spec:
|
|
|
|
|
project: default
|
|
|
|
|
sources:
|
2026-01-19 14:40:25 -08:00
|
|
|
# Helm chart from forge mirror (SSH via egress)
|
2026-01-26 11:20:11 -08:00
|
|
|
- repoURL: ssh://forgejo@forge.ops.eblu.me:2222/eblume/cloudnative-pg-charts.git
|
2026-02-13 17:16:37 -08:00
|
|
|
targetRevision: cloudnative-pg-v0.27.1
|
2026-01-19 14:40:25 -08:00
|
|
|
path: charts/cloudnative-pg
|
2026-01-19 09:49:52 -08:00
|
|
|
helm:
|
|
|
|
|
releaseName: cloudnative-pg
|
|
|
|
|
valueFiles:
|
|
|
|
|
- $values/argocd/manifests/cloudnative-pg/values.yaml
|
|
|
|
|
# Values from our git repo
|
2026-01-26 11:20:11 -08:00
|
|
|
- repoURL: ssh://forgejo@forge.ops.eblu.me:2222/eblume/blumeops.git
|
2026-01-19 14:40:25 -08:00
|
|
|
targetRevision: main
|
2026-01-19 09:49:52 -08:00
|
|
|
ref: values
|
|
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: cnpg-system
|
|
|
|
|
syncPolicy:
|
|
|
|
|
syncOptions:
|
|
|
|
|
- CreateNamespace=true
|
|
|
|
|
- ServerSideApply=true # Required for large CRDs that exceed annotation size limit
|