Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file.
of having the operator write it to the vector config ([#734]).
- test: Bump HDFS to `3.4.1` ([#741]).
- test: Bump to Vector `0.46.1` ([#743]).
- test: Bump OPA `1.4.2` ([#745]).

### Fixed

Expand All @@ -36,6 +37,7 @@ All notable changes to this project will be documented in this file.
[#739]: https://github.com/stackabletech/trino-operator/pull/739
[#741]: https://github.com/stackabletech/trino-operator/pull/741
[#743]: https://github.com/stackabletech/trino-operator/pull/743
[#745]: https://github.com/stackabletech/trino-operator/pull/745

## [25.3.0] - 2025-03-21

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ commands:
name: opa
spec:
image:
{% if test_scenario['values']['opa'].find(",") > 0 %}
custom: "{{ test_scenario['values']['opa'].split(',')[1] }}"
productVersion: "{{ test_scenario['values']['opa'].split(',')[0] }}"
{% else %}
productVersion: "{{ test_scenario['values']['opa'] }}"
{% endif %}
pullPolicy: IfNotPresent
clusterConfig:
userInfo:
Expand Down
2 changes: 1 addition & 1 deletion tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dimensions:
- 4.0.1
- name: opa
values:
- 1.0.1
- 1.4.2
- name: hdfs
values:
- 3.4.1
Expand Down