File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
templates/kuttl/authorizer Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file.
22
22
- BREAKING: Inject the vector aggregator address into the vector config using the env var ` VECTOR_AGGREGATOR_ADDRESS ` instead
23
23
of having the operator write it to the vector config ([ #704 ] ).
24
24
- test: Bump to Vector ` 0.46.1 ` ([ #719 ] ).
25
+ - test: Bump OPA to ` 1.4.2 ` ([ #721 ] ).
25
26
26
27
### Fixed
27
28
@@ -39,6 +40,7 @@ All notable changes to this project will be documented in this file.
39
40
[ #714 ] : https://github.com/stackabletech/druid-operator/pull/714
40
41
[ #716 ] : https://github.com/stackabletech/druid-operator/pull/716
41
42
[ #719 ] : https://github.com/stackabletech/druid-operator/pull/719
43
+ [ #721 ] : https://github.com/stackabletech/druid-operator/pull/721
42
44
43
45
## [ 25.3.0] - 2025-03-21
44
46
Original file line number Diff line number Diff line change @@ -29,7 +29,12 @@ metadata:
29
29
name: test-opa
30
30
spec:
31
31
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] }}"
35
+ {% else %}
32
36
productVersion: "{{ test_scenario['values'] ['opa'] }}"
37
+ {% endif %}
33
38
pullPolicy: IfNotPresent
34
39
{% if lookup ('env' , 'VECTOR_AGGREGATOR' ) %}
35
40
clusterConfig:
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dimensions:
31
31
- 3.9.3
32
32
- name : opa
33
33
values :
34
- - 1.0.1
34
+ - 1.4.2
35
35
- name : hadoop
36
36
values :
37
37
- 3.4.1
You can’t perform that action at this time.
0 commit comments