diff --git a/CHANGELOG.md b/CHANGELOG.md index ab0134e3..dee13452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,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 ([#609]). - test: Bump to Vector `0.46.1` ([#628]). +- test: Bump OPA to `1.4.2` ([#631]). ### Fixed @@ -34,6 +35,7 @@ [#623]: https://github.com/stackabletech/superset-operator/pull/623 [#625]: https://github.com/stackabletech/superset-operator/pull/625 [#628]: https://github.com/stackabletech/superset-operator/pull/628 +[#631]: https://github.com/stackabletech/superset-operator/pull/631 ## [25.3.0] - 2025-03-21 diff --git a/tests/templates/kuttl/opa/30-install-opa.yaml.j2 b/tests/templates/kuttl/opa/30-install-opa.yaml.j2 index 46b4599d..ea5eb408 100644 --- a/tests/templates/kuttl/opa/30-install-opa.yaml.j2 +++ b/tests/templates/kuttl/opa/30-install-opa.yaml.j2 @@ -11,7 +11,12 @@ commands: name: opa spec: image: +{% if test_scenario['values']['opa-latest'].find(",") > 0 %} + custom: "{{ test_scenario['values']['opa-latest'].split(',')[1] }}" + productVersion: "{{ test_scenario['values']['opa-latest'].split(',')[0] }}" +{% else %} productVersion: "{{ test_scenario['values']['opa-latest'] }}" +{% endif %} pullPolicy: IfNotPresent clusterConfig: userInfo: diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 880b4b78..7042e3fe 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -22,7 +22,7 @@ dimensions: - server-verification-tls - name: opa-latest values: - - 1.0.1 + - 1.4.2 - name: openshift values: - "false"