Skip to content

Commit

Permalink
correct helm chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jul 12, 2024
1 parent 24421e9 commit 4644c12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion services/bl45p-mo-brick-01/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ type: application

dependencies:
- name: ioc-instance
version: 3.5.1+b1
version: 3.5.1+b9
repository: "oci://ghcr.io/epics-containers"
# repository: "file:///home/giles/work/ec-helm-charts/Charts/ioc-instance"
5 changes: 1 addition & 4 deletions services/bl45p-mo-panda-01/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ name: ec-service

version: 1.0.0

# TODO - what does argo do with appVersion?
appVersion: 0.0.1b1

type: application

dependencies:
- name: ioc-instance
version: 3.5.1+b1
version: 3.5.1+b9
repository: "oci://ghcr.io/epics-containers"
# repository: "file:///home/giles/work/ec-helm-charts/Charts/ioc-instance"
3 changes: 0 additions & 3 deletions services/bl45p-mo-panda-02/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ name: ec-service

version: 1.0.0

# TODO - what does argo do with appVersion?
appVersion: 0.0.1b1

type: application

dependencies:
Expand Down
4 changes: 2 additions & 2 deletions services/dls-aravis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
# each type of plugin you would like. Currently there is a fixed set of plugins.

# PV Prefix
P: p
P:

# Camera ID - identifier, ip address or DNS name
ID: id
ID:

# The type of camera - leave this value as AutoADGenICam for automatic discovery
CLASS: AutoADGenICam
Expand Down

0 comments on commit 4644c12

Please sign in to comment.