From 9c0e335be725bc845328dc2e3f0812e83bf42cf8 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 15 Jan 2026 14:29:31 +0100 Subject: [PATCH 1/2] chore(examples): Bump opa to 1.12.2 --- examples/logging/simple-kafka-cluster-opa-log4j.yaml | 2 +- examples/opa/simple-kafka-cluster-opa-allow-all.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/logging/simple-kafka-cluster-opa-log4j.yaml b/examples/logging/simple-kafka-cluster-opa-log4j.yaml index 9a874dce..a2500223 100644 --- a/examples/logging/simple-kafka-cluster-opa-log4j.yaml +++ b/examples/logging/simple-kafka-cluster-opa-log4j.yaml @@ -25,7 +25,7 @@ metadata: name: simple-opa spec: image: - productVersion: 1.8.0 + productVersion: 1.12.2 servers: roleGroups: default: {} diff --git a/examples/opa/simple-kafka-cluster-opa-allow-all.yaml b/examples/opa/simple-kafka-cluster-opa-allow-all.yaml index 35866bc8..5b7dc70d 100644 --- a/examples/opa/simple-kafka-cluster-opa-allow-all.yaml +++ b/examples/opa/simple-kafka-cluster-opa-allow-all.yaml @@ -25,7 +25,7 @@ metadata: name: simple-opa spec: image: - productVersion: 1.8.0 + productVersion: 1.12.2 servers: roleGroups: default: {} From 3c1a1259e3fb24da0ee8190c1b2cb62b7861f02f Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 15 Jan 2026 14:29:52 +0100 Subject: [PATCH 2/2] test: Bump vector aggregator to 0.52.0 (chart version 0.49.0) --- .../kuttl/logging/01-install-kafka-vector-aggregator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/templates/kuttl/logging/01-install-kafka-vector-aggregator.yaml b/tests/templates/kuttl/logging/01-install-kafka-vector-aggregator.yaml index 8667f565..1ad10258 100644 --- a/tests/templates/kuttl/logging/01-install-kafka-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/01-install-kafka-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install kafka-vector-aggregator vector --namespace $NAMESPACE - --version 0.45.0 + --version 0.49.0 --repo https://helm.vector.dev --values kafka-vector-aggregator-values.yaml ---