Skip to content

Commit

Permalink
2.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Woffenden authored Sep 25, 2024
1 parent 023951d commit 116c976
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV CONTAINER_USER="analyticalplatform" \
CONTAINER_GID="1000" \
DEBIAN_FRONTEND="noninteractive" \
MLFLOW_ROOT="/mlflow" \
MLFLOW_VERSION="2.16.1" \
MLFLOW_VERSION="2.16.2" \
BOTO3_VERSION="1.35.25" \
PSYCOPG2_BINARY_VERSION="2.9.9"

Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apiVersion: v2
name: mlflow
description: MLflow Tracking Server
type: application
version: 2.16.1-rc1
appVersion: 2.16.1-rc1
version: 2.16.2-rc1
appVersion: 2.16.2-rc1
home: https://github.com/ministryofjustice/analytical-platform-mlflow
sources:
- https://github.com/mlflow/mlflow
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fullnameOverride: ""
image:
repository: ghcr.io/ministryofjustice/analytical-platform-mlflow
pullPolicy: IfNotPresent
tag: 2.16.1-rc1
tag: 2.16.2-rc1

imagePullSecrets: []

Expand Down
2 changes: 1 addition & 1 deletion test/container-structure-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ commandTests:
- name: "mlflow"
command: "mlflow"
args: ["--version"]
expectedOutput: ["mlflow, version 2.16.1"]
expectedOutput: ["mlflow, version 2.16.2"]

fileExistenceTests:
- name: "/mlflow"
Expand Down

0 comments on commit 116c976

Please sign in to comment.