From aec15074af18b1b9e667b48081b8c9f15670b1f9 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Mon, 19 Aug 2024 10:42:24 +0100 Subject: [PATCH] use template example in example iocs --- services/bl47p-ea-test-01/values.yaml | 2 +- services/p47-ea-test-01/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/bl47p-ea-test-01/values.yaml b/services/bl47p-ea-test-01/values.yaml index 9a526a5..e23018f 100644 --- a/services/bl47p-ea-test-01/values.yaml +++ b/services/bl47p-ea-test-01/values.yaml @@ -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-adsimdetector-runtime:2024.8.2 + image: http://ghcr.io/epics-containers/ioc-template-example-runtime:3.5.1 diff --git a/services/p47-ea-test-01/values.yaml b/services/p47-ea-test-01/values.yaml index 464b714..4195511 100644 --- a/services/p47-ea-test-01/values.yaml +++ b/services/p47-ea-test-01/values.yaml @@ -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-adsimdetector-runtime:2024.4.1 + image: http://ghcr.io/epics-containers/ioc-template-example-runtime:3.5.1 # NOTE: the following are suggestions to help with debugging IOCs # 1. replace the runtime container with the developer version