From 75c0765d8426109ae4241da9ae55982627fe9916 Mon Sep 17 00:00:00 2001 From: Zoheb Shaikh Date: Thu, 28 Nov 2024 09:11:59 +0000 Subject: [PATCH] updated blueapi to latest alpha release --- services/daq-blueapi/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/daq-blueapi/Chart.yaml b/services/daq-blueapi/Chart.yaml index e0e8789..3c2cb9d 100644 --- a/services/daq-blueapi/Chart.yaml +++ b/services/daq-blueapi/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: daq-blueapi description: blueapi -version: 0.6.1 +version: 0.6.2-a3 # 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.1" + version: "0.6.2-a3" repository: "oci://ghcr.io/diamondlightsource/charts"