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
fix: move MLFLOW_FLASK_SERVER_SECRET_KEY to container env
The secret key should only be set in the main MLflow server container,
not in init containers. Moving it from env.configMap to env.container
prevents the mlflow-database-upgrade init container from failing.
Bump chart version to 0.4.9.
0 commit comments