diff --git a/services/daq-blueapi/Chart.yaml b/services/daq-blueapi/Chart.yaml index 3c2cb9d..01b6426 100644 --- a/services/daq-blueapi/Chart.yaml +++ b/services/daq-blueapi/Chart.yaml @@ -2,8 +2,7 @@ apiVersion: v2 name: daq-blueapi description: blueapi -version: 0.6.2-a3 - +version: 0.6.2-rc2 # 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 @@ -12,5 +11,5 @@ type: application dependencies: - name: blueapi - version: "0.6.2-a3" + version: "0.6.2-rc2" repository: "oci://ghcr.io/diamondlightsource/charts"