You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The E2E upgrade test for Postgres all-in-one manifests () doesn't pass because of the immutable job specification. It exhibits a flaw in our upgrade path.
The Job "kong-migrations" is invalid: spec.template: Invalid value: core.PodTemplateSpec: field is immutable
Is there an existing issue for this?
Problem Statement
The E2E upgrade test for Postgres all-in-one manifests () doesn't pass because of the immutable job specification. It exhibits a flaw in our upgrade path.
Sample failure: https://github.com/Kong/kubernetes-ingress-controller/actions/runs/5108508190/jobs/9182401997
Proposed Solution
Name the migrations job so that it is unique for every released manifest version.
Additional information
No response
Acceptance Criteria
The text was updated successfully, but these errors were encountered: