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 --- 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