Skip to content

Commit

Permalink
update values
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Feb 1, 2024
1 parent f801f7f commit 798707c
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 7 deletions.
4 changes: 3 additions & 1 deletion services/bl47p-ea-dcam-01/values.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# latest container image for GigE cameras from the GitHub Container Registry
image: ghcr.io/epics-containers/ioc-adaravis-linux-runtime:2024.1.2
beamline:
ioc-instance:
image: ghcr.io/epics-containers/ioc-adaravis-linux-runtime:2024.1.2
4 changes: 3 additions & 1 deletion services/bl47p-ea-dcam-02/values.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# latest container image for GigE cameras from the GitHub Container Registry
image: ghcr.io/epics-containers/ioc-adaravis-linux-runtime:2024.1.2
beamline:
ioc-instance:
image: ghcr.io/epics-containers/ioc-adaravis-linux-runtime:2024.1.2
8 changes: 4 additions & 4 deletions services/bl47p-ea-panda-01/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: ghcr.io/pandablocks/pandablocks-ioc:0.3.2
iocConfig: /epics/ioc


beamline:
ioc-instance:
image: ghcr.io/pandablocks/pandablocks-ioc:0.3.2
iocConfig: /epics/ioc
4 changes: 3 additions & 1 deletion services/bl47p-mo-ioc-01/values.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
image: ghcr.io/epics-containers/ioc-pmac-linux-runtime:2024.1.2
beamline:
ioc-instance:
image: ghcr.io/epics-containers/ioc-pmac-linux-runtime:2024.1.2
24 changes: 24 additions & 0 deletions shared/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# A Helm Chart for an IOC instance
apiVersion: v2
name: ioc-instance

# This chart is to be shared by all IOC instances in the services folder
# via a symlink. When changes are made to the dependent charts, it is
# necessary to update the version number here so that all IOC instances
# show a change in the next commit.
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.This value should
# be left as beta always, as it gets used when deploying manually with Helm.
appVersion: 0.0.1b1

type: application

dependencies:
- name: configmap
version: "1.0.0"
repository: file://../../helm/configmap
- name: beamline
version: "1.0.0"
repository: file://../../helm/beamline

0 comments on commit 798707c

Please sign in to comment.