From ac6a4281c4ddcf3a4af279d1c651ea3617b46818 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 15 Jan 2026 14:35:23 +0100 Subject: [PATCH 1/3] 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 4283d128..7596fa25 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -44,7 +44,7 @@ dimensions: - 3.9.4 - name: opa-latest values: - - 1.8.0 + - 1.12.2 - name: krb5 values: - 1.21.1 From b1f12b5406b29efe9e710ab7aff437d91077ccb5 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 15 Jan 2026 14:35:42 +0100 Subject: [PATCH 2/3] chore(examples): Bump opa to 1.12.2 --- examples/hive-opa-cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hive-opa-cluster.yaml b/examples/hive-opa-cluster.yaml index 994bedaa..0bfe691f 100644 --- a/examples/hive-opa-cluster.yaml +++ b/examples/hive-opa-cluster.yaml @@ -55,7 +55,7 @@ metadata: name: opa spec: image: - productVersion: 1.8.0 + productVersion: 1.12.2 servers: config: logging: From e5c4245682918713f9b888c4cc9aad90d711a416 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 15 Jan 2026 14:36:08 +0100 Subject: [PATCH 3/3] 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 786cde9f..527faefb 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 hive-vector-aggregator vector --namespace "$NAMESPACE" - --version 0.45.0 + --version 0.49.0 --repo https://helm.vector.dev --values hive-vector-aggregator-values.yaml ---