From ec1813de70e905b5601adea85dcc66251eadcf1a Mon Sep 17 00:00:00 2001 From: "Ware, Joseph (DLSLtd,RAL,LSCI)" Date: Tue, 17 Dec 2024 15:59:16 +0000 Subject: [PATCH] Update blueapi to 0.7.0 --- services/p46-blueapi/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/p46-blueapi/Chart.yaml b/services/p46-blueapi/Chart.yaml index f1bb4fe..2a6eafd 100644 --- a/services/p46-blueapi/Chart.yaml +++ b/services/p46-blueapi/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: p46-blueapi description: blueapi deployed for p46 with authentication and tracing -version: 0.6.2-a3 +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. @@ -12,5 +12,5 @@ type: application dependencies: - name: blueapi - version: "0.6.2-a3" + version: "0.7.0" repository: "oci://ghcr.io/diamondlightsource/charts"