Skip to content

Commit 8b58fae

Browse files
committed
[PLAT-20054] Remove stale postgres-upgrade init container references
Summary: The tianon/postgres-upgrade:11-to-14 init container was already removed from the statefulset, but two orphaned references remained: a resource block in values.yaml and a unit test asserting on the now-absent container. Drop both. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Test Plan: phabricator-test Reviewers: dshubin Reviewed By: dshubin Subscribers: yugaware Differential Revision: https://phorge.dev.yugabyte.com/D52953
1 parent f791183 commit 8b58fae

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

stable/yugaware/tests/test_resources.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,3 @@ tests:
3232
asserts:
3333
- isNotEmpty:
3434
path: spec.template.spec.initContainers[?(@.name == "prometheus-configuration")].resources.requests
35-
36-
- it: Postgres-upgrade initContainer
37-
template: statefulset.yaml
38-
asserts:
39-
- isNotEmpty:
40-
path: spec.template.spec.initContainers[?(@.name == "postgres-upgrade")].resources.requests

stable/yugaware/values.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -503,12 +503,6 @@ initContainers:
503503
cpu: "0.25"
504504
memory: 500Mi
505505

506-
postgresUpgrade:
507-
resources:
508-
requests:
509-
cpu: "0.5"
510-
memory: 500Mi
511-
512506
dbInit:
513507
resources:
514508
requests:

0 commit comments

Comments
 (0)