From 9bde8d1c87982011d755d80e430d5eba98373967 Mon Sep 17 00:00:00 2001 From: Zoheb Shaikh Date: Thu, 10 Oct 2024 10:52:52 +0100 Subject: [PATCH] Update daq-blueapi version to 0.6.0 --- 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 f7705d0..a166954 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.4.5-a3 +version: 0.6.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.4.5-a3" + version: "0.6.0" repository: "oci://ghcr.io/diamondlightsource/charts"