temporalio / helm-charts

Temporal Helm charts
MIT License
282 stars 316 forks source link

Remove standard visibility support #460

Closed rodrigozhou closed 5 months ago

rodrigozhou commented 5 months ago

What was changed

Remove standard visibility support (change plugin names mysql to mysql8 and postgres to postgres12). Removed commands to update schema for the standard visibility case.

Why?

Checklist

  1. Closes

  2. How was this tested:

  3. Any docs updates needed?

dandavison commented 5 months ago

I can confirm that this fixes the problem we were seeing with the DeployApplication stage of oss-cicd pipelines failing [e.g.]. Thanks for working on this!

dandavison commented 5 months ago

Can you add an explanation of the changes in this PR (mysql and postgres version changes, plus the removal of the update-schema command)