From 9889a631d8349b95013241a98e8d2282650f2bb5 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 11 Jun 2025 16:43:35 +0200 Subject: [PATCH] [AAI] Update schema-service image - update image (`1.12.9` -> `1.12.10`) - remove tracing values that are not used Issue-ID: AAI-4179 Change-Id: If2f64ad1ca320ccb7ee31598b3cb94065281c49f Signed-off-by: Fiete Ostkamp --- kubernetes/aai/components/aai-schema-service/values.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/kubernetes/aai/components/aai-schema-service/values.yaml b/kubernetes/aai/components/aai-schema-service/values.yaml index 71110712f8..27d4b425be 100644 --- a/kubernetes/aai/components/aai-schema-service/values.yaml +++ b/kubernetes/aai/components/aai-schema-service/values.yaml @@ -65,7 +65,7 @@ global: # global defaults label: v12 # application image -image: onap/aai-schema-service:1.12.9 +image: onap/aai-schema-service:1.12.10 pullPolicy: Always restartPolicy: Always flavor: small @@ -190,9 +190,6 @@ volumes: podAnnotations: checksum/config: '{{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}' -tracing: - enabled: false - collector: - baseUrl: http://jaeger-collector.istio-config:9411 - sampling: - probability: 1.0 # percentage of requests that are sampled (between 0-1/0%-100%) +tracing: {} + # ignorePatterns: + # - "" -- 2.16.6