From 0f92c8dc2139b023405df2556d43fe3cbf935d4c Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 15 Jan 2026 14:45:18 +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 af2c6f90..91eeee03 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -33,7 +33,7 @@ dimensions: - 1.21.1 - name: opa values: - - 1.8.0 + - 1.12.2 # Used for zookeeper, hdfs and hbase - name: listener-class values: From 036891ca49460ec95cc64353165f19f3e2e3ee9f Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 15 Jan 2026 14:45:29 +0100 Subject: [PATCH 2/2] test: Bump vector aggregator to 0.52.0 (chart version 0.49.0) --- .../kuttl/logging/01-install-hbase-vector-aggregator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/templates/kuttl/logging/01-install-hbase-vector-aggregator.yaml b/tests/templates/kuttl/logging/01-install-hbase-vector-aggregator.yaml index fa7d6f49..76bc5c6a 100644 --- a/tests/templates/kuttl/logging/01-install-hbase-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/01-install-hbase-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install hbase-vector-aggregator vector --namespace $NAMESPACE - --version 0.45.0 + --version 0.49.0 --repo https://helm.vector.dev --values hbase-vector-aggregator-values.yaml ---