From b58e7f6a3766aa64a4605fd967bf5926ec438861 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 15 Jan 2026 12:23:42 +0100 Subject: [PATCH 1/2] test: Bump OPA to 1.12.2 --- ...imple-trino-cluster-authentication-opa-authorization-s3.yaml | 2 +- tests/test-definition.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/simple-trino-cluster-authentication-opa-authorization-s3.yaml b/examples/simple-trino-cluster-authentication-opa-authorization-s3.yaml index 4777be8e..c00b97ce 100644 --- a/examples/simple-trino-cluster-authentication-opa-authorization-s3.yaml +++ b/examples/simple-trino-cluster-authentication-opa-authorization-s3.yaml @@ -51,7 +51,7 @@ metadata: name: simple-opa spec: image: - productVersion: 1.8.0 + productVersion: 1.12.2 servers: roleGroups: default: {} diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index ef553a73..fe140a94 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -38,7 +38,7 @@ dimensions: - 4.1.0 - name: opa values: - - 1.8.0 + - 1.12.2 - name: hdfs values: - 3.4.2 From d2a53ae274790c492cb122b7f0d17fd6761e37d5 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 15 Jan 2026 14:04:33 +0100 Subject: [PATCH 2/2] test: Bump vector aggregator to 0.52.0 (chart version 0.49.0) --- .../kuttl/logging/01-install-trino-vector-aggregator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/templates/kuttl/logging/01-install-trino-vector-aggregator.yaml b/tests/templates/kuttl/logging/01-install-trino-vector-aggregator.yaml index 7bdaf53a..a8d2926b 100644 --- a/tests/templates/kuttl/logging/01-install-trino-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/01-install-trino-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install trino-vector-aggregator vector --namespace $NAMESPACE - --version 0.45.0 + --version 0.49.0 --repo https://helm.vector.dev --values trino-vector-aggregator-values.yaml ---