diff --git a/tests/templates/kuttl/kerberos/11-install-opa.yaml.j2 b/tests/templates/kuttl/kerberos/11-install-opa.yaml.j2 index 699b05c1..67dbe6e1 100644 --- a/tests/templates/kuttl/kerberos/11-install-opa.yaml.j2 +++ b/tests/templates/kuttl/kerberos/11-install-opa.yaml.j2 @@ -5,7 +5,13 @@ metadata: name: opa spec: image: +{% if test_scenario['values']['opa'].find(",") > 0 %} + custom: "{{ test_scenario['values']['opa'].split(',')[1] }}" + productVersion: "{{ test_scenario['values']['opa'].split(',')[0] }}" +{% else %} productVersion: "{{ test_scenario['values']['opa'] }}" +{% endif %} + pullPolicy: IfNotPresent servers: roleGroups: default: {} diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 604bdc68..6728d2cd 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -24,7 +24,7 @@ dimensions: - 1.21.1 - name: opa values: - - 1.0.1 + - 1.4.2 - name: number-of-datanodes values: - "1"