-
Notifications
You must be signed in to change notification settings - Fork 636
Open
Description
Overview
Allow helm install of PostgresCluster resources via Helm in the same way as PGO operator.
Use Case
As with installing the operator via Helm (see #2231), automation tools require installing PostgresCluster via Helm from a hosted repository. Currently we must build each version from https://github.com/CrunchyData/postgres-operator-examples/tree/main/helm/postgres and push to our own OCI registry.
Desired Behavior
A "postgres-cluster" helm chart is hosted alongside the PGO Helm chart at oci://registry.developers.crunchydata.com/crunchydata/pgo. It can be installed in a similar manner as the operator as documented here, and updated with each release.
Environment
Tell us about your environment:
Please provide the following details:
- Platform:
Kubernetes - Platform Version:
5.3.1 - Number of Postgres clusters:
12
zadjadr and moo1210