cms-deployment/k8s-infra/postgresql-image.yml

15 lines
343 B
YAML

---
apiVersion: postgresql.cnpg.io/v1
kind: ClusterImageCatalog
metadata:
name: postgresql
namespace: default
annotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
spec:
images:
- major: 16
image: ghcr.io/cloudnative-pg/postgresql:16.8
- major: 17
image: ghcr.io/cloudnative-pg/postgresql:17.4