diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 609ac78..cbbaf98 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -3,8 +3,8 @@ apiVersion: v2 name: mlflow description: MLflow Tracking Server type: application -version: 2.15.1-rc1 -appVersion: 2.15.1-rc1 +version: 2.15.1-rc2 +appVersion: 2.15.1-rc2 home: https://github.com/ministryofjustice/analytical-platform-mlflow sources: - https://github.com/mlflow/mlflow diff --git a/chart/values.yaml b/chart/values.yaml index 9c89fb8..32e5d11 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -6,7 +6,7 @@ fullnameOverride: "" image: repository: ghcr.io/ministryofjustice/analytical-platform-mlflow pullPolicy: IfNotPresent - tag: 2.15.1-rc1 + tag: 2.15.1-rc2 imagePullSecrets: []