From fb844c68873fd3b0d78e1570eaf8fee3b6a7cb80 Mon Sep 17 00:00:00 2001 From: Callum Forrester Date: Mon, 13 Jan 2025 11:43:43 +0000 Subject: [PATCH] Update Blueapi Update Blueapi to 0.7.1 --- 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 b6f520f..743e9c7 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.7.0 +version: 0.7.1 # 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 +11,5 @@ type: application dependencies: - name: blueapi - version: "0.7.0" + version: "0.7.1" repository: "oci://ghcr.io/diamondlightsource/charts"