We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd6c0f commit 27f57a3Copy full SHA for 27f57a3
tests/templates/kuttl/opa/11-install-opa.yaml.j2
@@ -5,7 +5,7 @@ metadata:
5
name: opa
6
spec:
7
image:
8
- productVersion: 0.61.0
+ productVersion: "{{ test_scenario['values']['opa'] }}"
9
pullPolicy: IfNotPresent
10
servers:
11
roleGroups:
tests/test-definition.yaml
@@ -33,6 +33,9 @@ dimensions:
33
- name: krb5
34
values:
35
- 1.21.1
36
+ - name: opa
37
+ values:
38
+ - 0.67.1
39
# Used for zookeeper, hdfs and hbase
40
- name: listener-class
41
@@ -81,6 +84,7 @@ tests:
81
84
- zookeeper-latest
82
85
- krb5
83
86
- openshift
87
+ - opa
88
- name: orphaned_resources
89
dimensions:
90
- hbase-latest
0 commit comments