cozystack/packages/system/postgres-operator
Aleksei Sviridkin 7da29afe6e
docs(postgres-operator): fix backoffLimit/activeDeadlineSeconds comment math
Address review feedback from coderabbitai on
packages/system/postgres-operator/values.yaml:30.

The old comment's 5-minute ImagePullBackOff scenario conflicted with
the 180s activeDeadlineSeconds that the default maxAttempts/sleepSeconds
resolve to, so the numbers could not both be taken at face value.

Rewrite the comment to state the actual deadline math and frame the two
gates as an AND with activeDeadlineSeconds being the shorter one under
defaults, so readers understand why backoffLimit has little headroom
without an accompanying maxAttempts/sleepSeconds bump.

Assisted-By: Claude <noreply@anthropic.com>
Signed-off-by: Aleksei Sviridkin <f@lex.la>
2026-04-24 13:33:07 +03:00
..
alerts fix(postgres-operator): correct PromQL syntax in CNPGClusterOffline alert 2026-02-04 11:03:04 +01:00
charts/cloudnative-pg [postgres-operator] Update to v1.27.3 2026-03-17 01:59:28 +03:00
templates fix(postgres-operator): set resources on webhook-ready wait container 2026-04-24 13:32:33 +03:00
tests fix(postgres-operator): set resources on webhook-ready wait container 2026-04-24 13:32:33 +03:00
.helmignore Preapare release v0.0.1 2024-02-08 12:04:32 +01:00
Chart.yaml Calculate tags and version automatically (#100) 2024-04-24 11:31:22 +02:00
Makefile fix(postgres-operator): block HelmRelease Ready until the cnpg webhook actually serves 2026-04-24 03:51:54 +03:00
values.yaml docs(postgres-operator): fix backoffLimit/activeDeadlineSeconds comment math 2026-04-24 13:33:07 +03:00