Skip to content

Commit

Permalink
mlflow defaut image is now 2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
odysseu authored Feb 21, 2024
1 parent 0f0cf0a commit 3070fb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions charts/mlflow/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,17 @@
"description": "supported versions",
"type": "string",
"listEnum": [
"inseefrlab/mlflow:v2.7.1",
"inseefrlab/mlflow:v2.5.0"
"inseefrlab/mlflow:v2.10.2",
"inseefrlab/mlflow:v2.9.1",
"inseefrlab/mlflow:v2.7.1"
],
"render": "list",
"pattern": "^[a-z0-9-_./]+(:[a-z0-9-_.]+)?$",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/mlflow:v2.7.1"
"default": "inseefrlab/mlflow:v2.10.2"
},
"custom": {
"description": "use a custom docker image",
Expand All @@ -48,7 +49,7 @@
"version": {
"description": "unsupported version",
"type": "string",
"default": "inseefrlab/mlflow:v2.7.1",
"default": "inseefrlab/mlflow:v2.10.2",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
Expand Down
2 changes: 1 addition & 1 deletion charts/mlflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

service:
image:
version: "inseefrlab/mlflow:v2.7.1"
version: "inseefrlab/mlflow:v2.10.2"
pullPolicy: IfNotPresent
custom:
enabled: false
Expand Down

0 comments on commit 3070fb5

Please sign in to comment.