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: upgrade to MLflow 3.3.2 with full compatibility fixes
- Upgrade mlflow image from 2.22.1 to 3.3.2-debian-12-r0
- Add MLFLOW_FLASK_SERVER_SECRET_KEY environment variable (required for MLflow 3.x with basic auth)
- Remove --dev flag (incompatible with --app-name in MLflow 3.x)
- Bump mlflow chart version 0.4.5 -> 0.4.7
- Update appVersion to 3.3.2
Tested successfully on local k3s cluster with mlflow server running without errors.
This resolves the server startup failures in CI.
0 commit comments