From c4b82f1a2742e9da87cd8196825027b72dfe17f4 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 15 Jan 2026 14:20:58 +0100 Subject: [PATCH 1/2] test: Bump opa to 1.12.2 --- tests/test-definition.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index ae8ab5a2..330f4b52 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -47,7 +47,7 @@ dimensions: - 3.9.4 - name: opa-l values: - - 1.8.0 + - 1.12.0 - name: hdfs-l values: - 3.4.2 From 532c3fb3258627f2926cbb8ad51bf182f716de1c Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 15 Jan 2026 14:21:51 +0100 Subject: [PATCH 2/2] test: Bump vector aggregator to 0.52.0 (chart version 0.49.0) --- .../kuttl/logging/01-install-nifi-vector-aggregator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/templates/kuttl/logging/01-install-nifi-vector-aggregator.yaml b/tests/templates/kuttl/logging/01-install-nifi-vector-aggregator.yaml index 51373434..b4358e28 100644 --- a/tests/templates/kuttl/logging/01-install-nifi-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/01-install-nifi-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install nifi-vector-aggregator vector --namespace $NAMESPACE - --version 0.45.0 + --version 0.49.0 --repo https://helm.vector.dev --values nifi-vector-aggregator-values.yaml ---