diff --git a/services/bl47p-ea-test-01/Chart.yaml b/services/bl47p-ea-test-01/Chart.yaml index d1cf52c..be8a2b8 100644 --- a/services/bl47p-ea-test-01/Chart.yaml +++ b/services/bl47p-ea-test-01/Chart.yaml @@ -2,8 +2,11 @@ apiVersion: v2 name: ioc-instance -# Match the underlying chart version for easy identification -version: 1.4.1 +version: 1.0.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 type: application diff --git a/services/blueapi/Chart.yaml b/services/blueapi/Chart.yaml index 3ec3b8b..1f8a075 100644 --- a/services/blueapi/Chart.yaml +++ b/services/blueapi/Chart.yaml @@ -4,6 +4,10 @@ name: blueapi version: 1.0.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 + type: application dependencies: diff --git a/services/epics-opis/Chart.yaml b/services/epics-opis/Chart.yaml index 4da9d41..bd6a15d 100644 --- a/services/epics-opis/Chart.yaml +++ b/services/epics-opis/Chart.yaml @@ -4,6 +4,10 @@ name: epics-opis version: 1.0.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 + type: application dependencies: diff --git a/services/epics-pvcs/Chart.yaml b/services/epics-pvcs/Chart.yaml index 350c849..5343404 100644 --- a/services/epics-pvcs/Chart.yaml +++ b/services/epics-pvcs/Chart.yaml @@ -5,6 +5,7 @@ name: epics-pvcs version: 1.0.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 type: application