-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
37 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |