Skip to content

Commit 5d96528

Browse files
authored
chore: Bump OPA to 1.16.2 (#825)
* chore: Bump OPA to 1.16.2 * fixup
1 parent 26afe3a commit 5d96528

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

tests/templates/kuttl/authorizer/02-install-opa.yaml.j2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ metadata:
2929
name: test-opa
3030
spec:
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') %}

tests/test-definition.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)