Skip to content

Commit

Permalink
fixup Charts for beta appversion
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jan 31, 2024
1 parent 4a3bd85 commit bf49a35
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
7 changes: 5 additions & 2 deletions services/bl47p-ea-test-01/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions services/blueapi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions services/epics-opis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions services/epics-pvcs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf49a35

Please sign in to comment.