-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from epics-containers/switch-namespace
Switch namespace and update all to latest
- Loading branch information
Showing
20 changed files
with
125 additions
and
63 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY | ||
_commit: 4.0.1 | ||
_src_path: gh:epics-containers/services-template-helm | ||
cluster_name: pollux | ||
cluster_namespace: p45-beamline | ||
cluster_type: dls_cluster | ||
description: p45 IOC Instances and Services | ||
git_platform: github.com | ||
github_org: epics-containers | ||
ioc_group: p45 | ||
location: bl45p | ||
logging_url: https://graylog2.diamond.ac.uk/search?rangetype=relative&fields=message%2Csource&width=1489&highlightMessage=&relative=172800&q=pod_name%3A{service_name}* | ||
repo_uri: https://github.com/epics-containers/p45-services |
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 @@ | ||
daq-nexus |
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
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,6 +1,9 @@ | ||
**/*.tz | ||
**/*.tgz | ||
.history | ||
**/*.bob | ||
edm/bobs | ||
**/*copy | ||
**/charts/*tgz | ||
venv* | ||
.venv* | ||
**/Chart.lock | ||
**/charts | ||
**/*copy | ||
.ci_work |
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,8 +1,3 @@ | ||
# beamline bl45p IOC Instances and Services | ||
|
||
This repository holds the a definition of beamline bl45p IOC Instances and services. Each sub folder of the `services` directory contains a helm chart for a specific service or IOC. | ||
|
||
The respository is deployed into the beamline cluster using Argo CD which keeps the cluster namespace bl45p in sync with the contents of this repo. | ||
|
||
See apps.yaml for the root app of apps description. | ||
# p45 IOC Instances and Services | ||
|
||
This repository holds the a definition of p45 IOC Instances and services. Each sub folder of the `services` directory contains a helm chart for a specific service or 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
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
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,10 +1,8 @@ | ||
# Arguments to the shared ioc instance template dls-aravis | ||
# This will make an IOC instance for an aravis camera with a standard set | ||
# of Areadetector plugins. | ||
# yaml-language-server: $schema=https://github.com/epics-containers/ec-helm-charts/releases/download/4.1.2/ioc-instance.schema.json | ||
|
||
dls-aravis: | ||
P: BL45P-EA-MAP-01 | ||
ID: bl45p-ea-detector-01 | ||
|
||
ioc-instance: | ||
image: ghcr.io/epics-containers/ioc-adaravis-runtime:2024.7.1 | ||
image: ghcr.io/epics-containers/ioc-adaravis-runtime:2024.11.1 |
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
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
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
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
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,7 +1,6 @@ | ||
# yaml-language-server: $schema=https://github.com/marcelldls/ec-helm-charts/releases/download/3.4.4/ioc-instance.schema.json#/$defs/service | ||
# yaml-language-server: $schema=https://github.com/epics-containers/ec-helm-charts/releases/download/4.1.2/ioc-instance.schema.json/#/$defs/service | ||
|
||
# latest container image for the pmac motion controller | ||
ioc-instance: | ||
image: ghcr.io/epics-containers/ioc-pmac-runtime:2024.5.1 | ||
|
||
|
||
image: ghcr.io/epics-containers/ioc-pmac-runtime:2024.9.1 | ||
location: bl45p # TODO remove me when schema is fixed |
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
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,10 +1,11 @@ | ||
# yaml-language-server: $schema=https://github.com/marcelldls/ec-helm-charts/releases/download/3.4.4/ioc-instance.schema.json#/$defs/service | ||
# yaml-language-server: $schema=https://github.com/epics-containers/ec-helm-charts/releases/download/4.1.2/ioc-instance.schema.json/#/$defs/service | ||
|
||
# latest container image for GigE cameras from the GitHub Container Registry | ||
ioc-instance: | ||
image: ghcr.io/pandablocks/pandablocks-ioc:0.9.0 | ||
image: ghcr.io/pandablocks/pandablocks-ioc:0.11.2 | ||
|
||
# this causes our config folder's start.sh to be mounted over the default | ||
# /epics/ioc/start.sh - thus making the pandaBlocks container image have | ||
# the same entrypoint as ioc-template based images | ||
iocConfig: /epics/ioc | ||
location: bl45p # TODO remove me when schema is fixed |
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
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,10 +1,11 @@ | ||
# yaml-language-server: $schema=https://github.com/marcelldls/ec-helm-charts/releases/download/3.4.4/ioc-instance.schema.json#/$defs/service | ||
# yaml-language-server: $schema=https://github.com/epics-containers/ec-helm-charts/releases/download/4.1.2/ioc-instance.schema.json/#/$defs/service | ||
|
||
# latest container image for GigE cameras from the GitHub Container Registry | ||
ioc-instance: | ||
image: ghcr.io/pandablocks/pandablocks-ioc:0.9.0 | ||
image: ghcr.io/pandablocks/pandablocks-ioc:0.11.2 | ||
|
||
# this causes our config folder's start.sh to be mounted over the default | ||
# /epics/ioc/start.sh - thus making the pandaBlocks container image have | ||
# the same entrypoint as ioc-template based images | ||
iocConfig: /epics/ioc | ||
location: bl45p # TODO remove me when schema is fixed |
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
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
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