Summary
This issue tracks the decision and implementation of upgrading the Maestro component's PostgreSQL reference from postgresql_13 to postgresql_15 in the Helm templates.
Background
In PR #3061, the hack/bundle-automation/config.yaml was updated to map postgresql-15-c9s: postgresql_15 for the Assisted Service component. However, the Maestro templates still reference postgresql_13:
pkg/templates/charts/toggle/maestro/values.yaml (line 8)
pkg/templates/charts/toggle/maestro/templates/maestro.db.statefulset.yaml (line 32)
The Maestro team is still evaluating whether they wish to adopt PostgreSQL 15. Once a decision is made, these files should be updated accordingly.
Action Items
References
Requested by: @dislbenn
Summary
This issue tracks the decision and implementation of upgrading the Maestro component's PostgreSQL reference from
postgresql_13topostgresql_15in the Helm templates.Background
In PR
#3061, thehack/bundle-automation/config.yamlwas updated to mappostgresql-15-c9s: postgresql_15for the Assisted Service component. However, the Maestro templates still referencepostgresql_13:pkg/templates/charts/toggle/maestro/values.yaml(line 8)pkg/templates/charts/toggle/maestro/templates/maestro.db.statefulset.yaml(line 32)The Maestro team is still evaluating whether they wish to adopt PostgreSQL 15. Once a decision is made, these files should be updated accordingly.
Action Items
pkg/templates/charts/toggle/maestro/values.yamlto referencepostgresql_15.pkg/templates/charts/toggle/maestro/templates/maestro.db.statefulset.yamlto referencepostgresql_15.References
Requested by:
@dislbenn