Skip to content

Commit 69f5710

Browse files
committed
chore: Bump OPA to 1.16.2
1 parent e5e899d commit 69f5710

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

tests/templates/kuttl/opa/11-install-opa.yaml.j2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ metadata:
55
name: opa
66
spec:
77
image:
8-
{% if test_scenario['values']['opa'].find(",") > 0 %}
9-
custom: "{{ test_scenario['values']['opa'].split(',')[1] }}"
10-
productVersion: "{{ test_scenario['values']['opa'].split(',')[0] }}"
8+
{% if test_scenario['values']['opa-latest'].find(",") > 0 %}
9+
custom: "{{ test_scenario['values']['opa-latest'].split(',')[1] }}"
10+
productVersion: "{{ test_scenario['values']['opa-latest'].split(',')[0] }}"
1111
{% else %}
12-
productVersion: "{{ test_scenario['values']['opa'] }}"
12+
productVersion: "{{ test_scenario['values']['opa-latest'] }}"
1313
{% endif %}
1414
pullPolicy: IfNotPresent
1515
servers:

tests/test-definition.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ dimensions:
3030
- name: krb5
3131
values:
3232
- 1.21.1
33-
- name: opa
33+
- name: opa-latest
3434
values:
35-
- 1.12.3
35+
- 1.16.2
3636
# Used for zookeeper, hdfs and hbase
3737
- name: listener-class
3838
values:
@@ -81,7 +81,7 @@ tests:
8181
- zookeeper-latest
8282
- krb5
8383
- openshift
84-
- opa
84+
- opa-latest
8585
- name: orphaned_resources
8686
dimensions:
8787
- hbase-latest

0 commit comments

Comments
 (0)