Skip to content

Conversation

vk-playground
Copy link
Contributor

This PR removes the deprecated Helm-based migration step and related configuration, as migrations are now fully automated. Resolves #383.

Changes:

  • Deleted templates/job-migration.yaml
  • Removed migration-specific startupProbe logic from deployment-mcpgateway.yaml
  • Set migration.enabled=false by default in values.yaml
  • Updated values.schema.json with default=false and deprecation note
  • Cleaned migration references from NOTES.txt, README.md, CONTRIBUTING.md, and CHANGELOG.md

Testing:

  • helm lint passes with no errors.
  • helm template mcp-stack . --debug renders with no errors.
  • helm template output contains no migration jobs, scripts, or hooks.
  • Verified no hits for migrat|alembic|helm\.sh/hook in rendered manifests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Remove migration step from Helm chart (now automated, no longer needed)
1 participant