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..3d9bf19f 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 @@ -121,7 +121,7 @@ tests: dimensions: - druid - zookeeper-latest - - opa + - opa-latest - hadoop-latest - ldap-use-tls - ldap-no-bind-credentials