From 46709d16baefdec20cfa06ec8c845137e2434fa3 Mon Sep 17 00:00:00 2001 From: "Ware, Joseph (DLSLtd,RAL,LSCI)" Date: Tue, 17 Dec 2024 16:02:40 +0000 Subject: [PATCH] Update blueapi to 0.7.0 --- services/p46-blueapi/Chart.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/services/p46-blueapi/Chart.yaml b/services/p46-blueapi/Chart.yaml index ca0242b..2a6eafd 100644 --- a/services/p46-blueapi/Chart.yaml +++ b/services/p46-blueapi/Chart.yaml @@ -2,7 +2,8 @@ apiVersion: v2 name: p46-blueapi description: blueapi deployed for p46 with authentication and tracing -version: 0.6.2-rc2 +version: 0.7.0 + # When we deploy with the edge-containers-cli we override this on the command line. # Direct deployment with Helm will use the default beta value. appVersion: 0.0.1b1 @@ -11,5 +12,5 @@ type: application dependencies: - name: blueapi - version: "0.6.2-rc2" + version: "0.7.0" repository: "oci://ghcr.io/diamondlightsource/charts"