postgres-operator/charts/postgres-operator
rasoanaivo-r b43c7be1d0
fix operatorconfigurations CRD: render sidecars as array (#3160)
configuration.sidecars was annotated with kubebuilder:validation:Type=object
while SidecarContainers is a []v1.Container, so the generated schema rejected
every list value and global sidecars could not be configured at all.

Drop the hand-written Schemaless/Type=object markers and let controller-gen
derive the schema from the Go type, the same way spec.initContainers is
already handled in the Postgresql CRD. The field now renders as type: array
with a full Container schema for its items.

Fixes #3159

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-11 17:10:05 +02:00
..
crds fix operatorconfigurations CRD: render sidecars as array (#3160) 2026-08-11 17:10:05 +02:00
templates Add deployment strategy type 'Recreate' (#3164) 2026-08-11 09:14:13 +02:00
.helmignore Add helm chart (#434) 2019-03-29 11:26:13 +01:00
Chart.yaml prepare bugfix release (#3147) 2026-07-29 10:51:00 +02:00
index.yaml update helm chart index (#3148) 2026-07-30 12:43:52 +02:00
postgres-operator-1.11.0.tgz add pdb_master_label_selector to helm chart and example manifests (#2595) 2024-03-28 12:06:35 +01:00
postgres-operator-1.12.2.tgz bump to v1.12.2 (#2664) 2024-06-14 10:53:17 +02:00
postgres-operator-1.13.0.tgz Bump operator to v1.13.0 (#2729) 2024-08-22 12:16:27 +02:00
postgres-operator-1.14.0.tgz bump operator to 1.14.0 (#2827) 2024-12-23 12:12:33 +01:00
postgres-operator-1.15.0.tgz bump to v1.15.0 (#2965) 2025-10-21 11:56:33 +02:00
postgres-operator-1.15.1.tgz fix docker build for UI and bumped some outdated versions in docs and config (#3017) 2025-12-18 12:12:53 +01:00
postgres-operator-2.0.0.tgz [helm] incl. latest bug fixes in v2 charts (#3146) 2026-07-28 17:20:01 +02:00
postgres-operator-2.0.1.tgz prepare bugfix release (#3147) 2026-07-29 10:51:00 +02:00
values.yaml prepare bugfix release (#3147) 2026-07-29 10:51:00 +02:00