diff --git a/tests/templates/kuttl/opa/11-install-opa.yaml.j2 b/tests/templates/kuttl/opa/11-install-opa.yaml.j2 index 1e2aadc5..b15bc23a 100644 --- a/tests/templates/kuttl/opa/11-install-opa.yaml.j2 +++ b/tests/templates/kuttl/opa/11-install-opa.yaml.j2 @@ -5,7 +5,7 @@ metadata: name: opa spec: image: - productVersion: 0.61.0 + productVersion: "{{ test_scenario['values']['opa'] }}" pullPolicy: IfNotPresent servers: roleGroups: diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index f6c8053d..8d27924a 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -33,6 +33,9 @@ dimensions: - name: krb5 values: - 1.21.1 + - name: opa + values: + - 0.67.1 # Used for zookeeper, hdfs and hbase - name: listener-class values: @@ -81,6 +84,7 @@ tests: - zookeeper-latest - krb5 - openshift + - opa - name: orphaned_resources dimensions: - hbase-latest