Skip to content

Commit

Permalink
update to new generic images
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Aug 23, 2024
1 parent fb23f62 commit ce1f50b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions services/.ioc_template/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ioc-instance:
# this adds tools and compilers to the container so you
# can experiment in the cluster to fix the issue
#
# image: ghcr.io/epics-containers/ioc-adsimdetector-developer:2024.4.1
# image: ghcr.io/epics-containers/ioc-adsimdetector-developer:2024.9.1

# 2. override the entry point to be a sleep infinity
# this means you can now use 'ec exec' to get a shell
Expand All @@ -18,4 +18,4 @@ ioc-instance:
# is fixed.
#
# startCommand: sleep
# startArgs: infinity
# startArgs: infinity
2 changes: 1 addition & 1 deletion services/bl47p-ea-dcam-01/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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-adaravis-runtime:2024.7.2b1
image: ghcr.io/epics-containers/ioc-adaravis-runtime:2024.9.1
2 changes: 1 addition & 1 deletion services/bl47p-ea-dcam-02/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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-adaravis-runtime:2024.7.2b1
image: ghcr.io/epics-containers/ioc-adaravis-runtime:2024.9.1
2 changes: 1 addition & 1 deletion services/bl47p-ea-panda-01/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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/pandablocks/pandablocks-ioc:0.5.0
image: ghcr.io/pandablocks/pandablocks-ioc:0.9.0
iocConfig: /epics/ioc
2 changes: 1 addition & 1 deletion services/bl47p-mo-ioc-01/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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-pmac-runtime:2024.8.1
image: ghcr.io/epics-containers/ioc-pmac-runtime:2024.9.1

0 comments on commit ce1f50b

Please sign in to comment.