File tree Expand file tree Collapse file tree
templates/kuttl/authorizer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ metadata:
2929 name: test-opa
3030spec:
3131 image:
32- {% if test_scenario ['values' ]['opa' ].find ("," ) > 0 %}
33- custom: "{{ test_scenario['values'] ['opa'] .split(',')[1] }}"
34- productVersion: "{{ test_scenario['values'] ['opa'] .split(',')[0] }}"
32+ {% if test_scenario ['values' ]['opa-latest ' ].find ("," ) > 0 %}
33+ custom: "{{ test_scenario['values'] ['opa-latest '] .split(',')[1] }}"
34+ productVersion: "{{ test_scenario['values'] ['opa-latest '] .split(',')[0] }}"
3535{% else %}
36- productVersion: "{{ test_scenario['values'] ['opa'] }}"
36+ productVersion: "{{ test_scenario['values'] ['opa-latest '] }}"
3737{% endif %}
3838 pullPolicy: IfNotPresent
3939{% if lookup ('env' , 'VECTOR_AGGREGATOR' ) %}
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ dimensions:
2929 - name : zookeeper-latest
3030 values :
3131 - 3.9.4
32- - name : opa
32+ - name : opa-latest
3333 values :
34- - 1.12.3
34+ - 1.16.2
3535 - name : hadoop
3636 values :
3737 - 3.4.2
@@ -121,7 +121,7 @@ tests:
121121 dimensions :
122122 - druid
123123 - zookeeper-latest
124- - opa
124+ - opa-latest
125125 - hadoop-latest
126126 - ldap-use-tls
127127 - ldap-no-bind-credentials
You can’t perform that action at this time.
0 commit comments