From 749edb42f8301835303be0561a555dae48625d02 Mon Sep 17 00:00:00 2001 From: xeniape Date: Mon, 22 Sep 2025 11:04:30 +0200 Subject: [PATCH 1/2] chore: Bump vector version for 25.11.0 --- .../kuttl/logging/01-install-opa-vector-aggregator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/templates/kuttl/logging/01-install-opa-vector-aggregator.yaml b/tests/templates/kuttl/logging/01-install-opa-vector-aggregator.yaml index 678e81f0..7a55fc8a 100644 --- a/tests/templates/kuttl/logging/01-install-opa-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/01-install-opa-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install opa-vector-aggregator vector --namespace $NAMESPACE - --version 0.43.0 + --version 0.45.0 --repo https://helm.vector.dev --values opa-vector-aggregator-values.yaml --- From ae0f7c59684097eab72c7a1d4b4150690070e965 Mon Sep 17 00:00:00 2001 From: xeniape Date: Mon, 22 Sep 2025 16:46:01 +0200 Subject: [PATCH 2/2] update service name in test --- tests/templates/kuttl/logging/test_log_aggregation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/templates/kuttl/logging/test_log_aggregation.sh b/tests/templates/kuttl/logging/test_log_aggregation.sh index bdf407bc..fab2faca 100755 --- a/tests/templates/kuttl/logging/test_log_aggregation.sh +++ b/tests/templates/kuttl/logging/test_log_aggregation.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -DECISION_LOGS=$(kubectl logs service/test-opa -c opa | grep "decision_id"); +DECISION_LOGS=$(kubectl logs service/test-opa-server -c opa | grep "decision_id"); if [ -n "$DECISION_LOGS" ]; then