Skip to content

Commit

Permalink
Committing changes to open branch for handover
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Herbert committed Nov 29, 2024
1 parent 6fc89ed commit 7bdf9bc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion services/bl99p-ea-ioc-05/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ type: application

dependencies:
- name: ioc-instance
version: 4.1.3
version: 4.1.2
repository: "oci://ghcr.io/epics-containers"
2 changes: 1 addition & 1 deletion services/bl99p-ea-ioc-05/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ioc-instance:
# Developer image is used rather than runtime image due to issue mounting USB device
# To be investigated at a later date
image: gcr.io/diamond-privreg/controls/prod/iocs/ioc-adandor-linux-developer:2024.11.1
image: gcr.io/diamond-privreg/controls/prod/iocs/ioc-adandor-linux-developer:2024.11.2

dataVolume:
pvc: false
Expand Down
1 change: 1 addition & 0 deletions services/bl99p-ea-panda-01/config/start.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/bash
# sleep infinity
pandablocks-ioc softioc 10.177.8.1 BL99P-MO-PANDA-01 --clear-bobfiles --screens-dir /epics/opi
4 changes: 1 addition & 3 deletions services/bl99p-ea-tetramm-01/config/ioc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ entities:
PORT: XBPM1.pos
QUEUE: 1000
R: ':HDF5:'
TIMEOUT: 1


TIMEOUT: 1
2 changes: 1 addition & 1 deletion services/bl99p-ea-tetramm-01/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://github.com/epics-containers/ec-helm-charts/releases/download/3.4.4/ioc-instance.schema.json#/$defs/service
ioc-instance:
image: ghcr.io/epics-containers/ioc-tetramm-developer:2024.11.5
image: ghcr.io/epics-containers/ioc-tetramm-developer:2024.11.6

# NOTE: the following are suggestions to help with debugging IOCs
# 1. replace the runtime container with the developer version
Expand Down

0 comments on commit 7bdf9bc

Please sign in to comment.