From bbb7e260b8f253a8174a4969802b124c89ed2152 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Tue, 26 May 2026 11:49:26 +0200 Subject: [PATCH 1/2] chore: Bump OPA to 1.16.2 --- tests/templates/kuttl/authorizer/02-install-opa.yaml.j2 | 8 ++++---- tests/test-definition.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/templates/kuttl/authorizer/02-install-opa.yaml.j2 b/tests/templates/kuttl/authorizer/02-install-opa.yaml.j2 index 55d4d724..6ee4b336 100644 --- a/tests/templates/kuttl/authorizer/02-install-opa.yaml.j2 +++ b/tests/templates/kuttl/authorizer/02-install-opa.yaml.j2 @@ -29,11 +29,11 @@ metadata: name: test-opa spec: image: -{% if test_scenario['values']['opa'].find(",") > 0 %} - custom: "{{ test_scenario['values']['opa'].split(',')[1] }}" - productVersion: "{{ test_scenario['values']['opa'].split(',')[0] }}" +{% if test_scenario['values']['opa-latest'].find(",") > 0 %} + custom: "{{ test_scenario['values']['opa-latest'].split(',')[1] }}" + productVersion: "{{ test_scenario['values']['opa-latest'].split(',')[0] }}" {% else %} - productVersion: "{{ test_scenario['values']['opa'] }}" + productVersion: "{{ test_scenario['values']['opa-latest'] }}" {% endif %} pullPolicy: IfNotPresent {% if lookup('env', 'VECTOR_AGGREGATOR') %} diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 8dca0204..d3716fa8 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -29,9 +29,9 @@ dimensions: - name: zookeeper-latest values: - 3.9.4 - - name: opa + - name: opa-latest values: - - 1.12.3 + - 1.16.2 - name: hadoop values: - 3.4.2 From c53d1cec757d625f3a4fe583ee1bce94fd176bd8 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Tue, 26 May 2026 11:51:57 +0200 Subject: [PATCH 2/2] fixup --- 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 d3716fa8..3d9bf19f 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -121,7 +121,7 @@ tests: dimensions: - druid - zookeeper-latest - - opa + - opa-latest - hadoop-latest - ldap-use-tls - ldap-no-bind-credentials