aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/mariadb-init/tests
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2025-02-17 16:26:48 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2025-02-19 15:29:20 +0100
commitcbdcab08358bcc7adb3573a0b6535266a001f67c (patch)
tree928cf3fed6c3cf773e3bea2bc3ff66990eba0771 /kubernetes/common/mariadb-init/tests
parentac573c5568e178d6b532a8c9738286ddeee73241 (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 'kubernetes/common/mariadb-init/tests')
-rw-r--r--kubernetes/common/mariadb-init/tests/job_test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/common/mariadb-init/tests/job_test.yaml b/kubernetes/common/mariadb-init/tests/job_test.yaml
index 33cd1c2dc3..1f148ce142 100644
--- a/kubernetes/common/mariadb-init/tests/job_test.yaml
+++ b/kubernetes/common/mariadb-init/tests/job_test.yaml
@@ -36,7 +36,7 @@ tests:
content: mariadb-galera
- equal:
path: spec.template.spec.initContainers[0].image
- value: nexus3.onap.org:10001/onap/oom/readiness:6.0.3
+ value: nexus3.onap.org:10001/onap/oom/readiness:6.1.1
- equal:
path: spec.template.spec.initContainers[0].imagePullPolicy
value: IfNotPresent