File tree 3 files changed +8
-1
lines changed
templates/kuttl/opa-authorization
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file.
23
23
of having the operator write it to the vector config ([ #734 ] ).
24
24
- test: Bump HDFS to ` 3.4.1 ` ([ #741 ] ).
25
25
- test: Bump to Vector ` 0.46.1 ` ([ #743 ] ).
26
+ - test: Bump OPA ` 1.4.2 ` ([ #745 ] ).
26
27
27
28
### Fixed
28
29
@@ -36,6 +37,7 @@ All notable changes to this project will be documented in this file.
36
37
[ #739 ] : https://github.com/stackabletech/trino-operator/pull/739
37
38
[ #741 ] : https://github.com/stackabletech/trino-operator/pull/741
38
39
[ #743 ] : https://github.com/stackabletech/trino-operator/pull/743
40
+ [ #745 ] : https://github.com/stackabletech/trino-operator/pull/745
39
41
40
42
## [ 25.3.0] - 2025-03-21
41
43
Original file line number Diff line number Diff line change @@ -11,7 +11,12 @@ commands:
11
11
name: opa
12
12
spec:
13
13
image:
14
+ {% if test_scenario[ ' values' ][ ' opa' ].find( " ," ) > 0 %}
15
+ custom: "{{ test_scenario['values'] ['opa'] .split(',')[1] }}"
16
+ productVersion: "{{ test_scenario['values'] ['opa'] .split(',')[0] }}"
17
+ {% else %}
14
18
productVersion: "{{ test_scenario['values'] ['opa'] }}"
19
+ {% endif %}
15
20
pullPolicy: IfNotPresent
16
21
clusterConfig:
17
22
userInfo:
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dimensions:
38
38
- 4.0.1
39
39
- name : opa
40
40
values :
41
- - 1.0.1
41
+ - 1.4.2
42
42
- name : hdfs
43
43
values :
44
44
- 3.4.1
You can’t perform that action at this time.
0 commit comments