From bf91cb89f3691328a634c42f30593cb6674a5761 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Thu, 13 Feb 2025 11:47:31 +0100 Subject: [AAI] 15.0.2 release - [resources,traversal,graphadmin] use 1.15.4 image version - [resources,traversal,graphadmin] fix liveness probe - [all] make annotations configurable - [all] disable janusgraph warning log line on each liveness probe - [all] disable tracing by default since jaeger is not included in the deployment by default - [all] use 6.1.0 readiness image with shorter check intervals - [graphadmin] wait for cassandra before running the schema-creation init container Issue-ID: AAI-4124 Change-Id: Ib1d592c1fc1e3cfb3fe26b238ec2ad6c200ef2e1 Signed-off-by: Fiete Ostkamp --- kubernetes/aai/components/aai-resources/resources/config/logback.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/aai/components/aai-resources/resources/config/logback.xml') diff --git a/kubernetes/aai/components/aai-resources/resources/config/logback.xml b/kubernetes/aai/components/aai-resources/resources/config/logback.xml index a90f354cbe..c458fb8eae 100644 --- a/kubernetes/aai/components/aai-resources/resources/config/logback.xml +++ b/kubernetes/aai/components/aai-resources/resources/config/logback.xml @@ -360,6 +360,7 @@ + -- cgit