Skip to content

Commit

Permalink
update iocs to 2024.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Nov 26, 2024
1 parent f6c697b commit a33ca00
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ destination:
namespace: p47-beamline
source:
repoURL: https://github.com/epics-containers/p47-services
targetRevision: main
targetRevision: 2024.11.2

services:
# Each item is of the form:
Expand All @@ -24,14 +24,15 @@ services:
# the path is always services/<service> within that repo
# removed: set to true to remove the service from the cluster
epics-pvcs:
targetRevision: 2024.9.1
epics-opis:
targetRevision: 2024.9.1

# daq services ###############################################################
daq-rabbitmq:
targetRevision: main
daq-blueapi:
targetRevision: main
daq-nexus:
targetRevision: main

ec_services:
# Services which have implemented support for an "enabled" parameter.
Expand All @@ -42,19 +43,7 @@ ec_services:
# the path is always services/<service> within that repo
# removed: set to true to remove the service from the cluster
# enabled: set to false to stop a service
p47-ea-test-01:
enabled: true
targetRevision: 2024.11.1
bl47p-ea-panda-01:
targetRevision: 2024.11.1
bl47p-ea-dcam-01:
targetRevision: 2024.11.1
enabled: true
bl47p-ea-dcam-02:
targetRevision: 2024.11.1
enabled: true
bl47p-mo-ioc-01:
targetRevision: 2024.11.1
bl47p-ea-test-01:
targetRevision: 2024.11.1
enabled: true

0 comments on commit a33ca00

Please sign in to comment.