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 @@ -20,6 +20,7 @@
- BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead
of having the operator write it to the vector config ([#645]).
- test: Bump to Vector `0.46.1` ([#657]).
- test: Bump OPA to `1.4.2` ([#661]).

### Fixed

Expand All @@ -39,6 +40,7 @@
[#654]: https://github.com/stackabletech/hbase-operator/pull/654
[#655]: https://github.com/stackabletech/hbase-operator/pull/655
[#657]: https://github.com/stackabletech/hbase-operator/pull/657
[#661]: https://github.com/stackabletech/hbase-operator/pull/661

## [25.3.0] - 2025-03-21

Expand Down
5 changes: 5 additions & 0 deletions tests/templates/kuttl/opa/11-install-opa.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ metadata:
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
servers:
config:
Expand Down
2 changes: 1 addition & 1 deletion tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dimensions:
- 1.21.1
- name: opa
values:
- 1.0.1
- 1.4.2
# Used for zookeeper, hdfs and hbase
- name: listener-class
values:
Expand Down