From cbdcab08358bcc7adb3573a0b6535266a001f67c Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Mon, 17 Feb 2025 16:26:48 +0100 Subject: Use 6.1.1 readiness image - contains performance improvement for the check time - set default pullPolicy for the readiness to IfNotPresent to avoid downloading this ~20 times Issue-ID: INT-2292 Change-Id: Id712dc67d92d8d6eebf9ac7d13129e0192a82a46 Signed-off-by: Fiete Ostkamp --- docs/sections/resources/yaml/environments_onap_demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/sections') diff --git a/docs/sections/resources/yaml/environments_onap_demo.yaml b/docs/sections/resources/yaml/environments_onap_demo.yaml index 64dee3e846..1298fa5a6d 100644 --- a/docs/sections/resources/yaml/environments_onap_demo.yaml +++ b/docs/sections/resources/yaml/environments_onap_demo.yaml @@ -13,7 +13,7 @@ global: repository: nexus3.onap.org:10001 repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ== # readiness check - readinessImage: onap/oom/readiness:6.0.3 + readinessImage: onap/oom/readiness:6.1.1 # logging agent loggingRepository: docker.elastic.co -- cgit