From 63c66716489ad9b4ad71ee1a937ea34ab15b4b46 Mon Sep 17 00:00:00 2001 From: Jacob Woffenden Date: Tue, 24 Sep 2024 16:07:47 +0100 Subject: [PATCH] Prep 2.16.1-rc1 --- chart/Chart.yaml | 4 ++-- chart/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index cbbaf98..d87ddef 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-rc2 -appVersion: 2.15.1-rc2 +version: 2.16.1-rc1 +appVersion: 2.16.1-rc1 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 32e5d11..970133e 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-rc2 + tag: 2.16.1-rc1 imagePullSecrets: []