diff options
author | 2025-02-17 16:26:48 +0100 | |
---|---|---|
committer | 2025-02-19 15:29:20 +0100 | |
commit | cbdcab08358bcc7adb3573a0b6535266a001f67c (patch) | |
tree | 928cf3fed6c3cf773e3bea2bc3ff66990eba0771 /docs/sections | |
parent | ac573c5568e178d6b532a8c9738286ddeee73241 (diff) |
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 <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'docs/sections')
-rw-r--r-- | docs/sections/resources/yaml/environments_onap_demo.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |