diff --git a/services/p46-blueapi/Chart.yaml b/services/p46-blueapi/Chart.yaml index ca0242b..2a6eafd 100644 --- a/services/p46-blueapi/Chart.yaml +++ b/services/p46-blueapi/Chart.yaml @@ -2,7 +2,8 @@ apiVersion: v2 name: p46-blueapi description: blueapi deployed for p46 with authentication and tracing -version: 0.6.2-rc2 +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. appVersion: 0.0.1b1 @@ -11,5 +12,5 @@ type: application dependencies: - name: blueapi - version: "0.6.2-rc2" + version: "0.7.0" repository: "oci://ghcr.io/diamondlightsource/charts"