Skip to content

Commit 735a5c7

Browse files
Techassisbernauer
andauthored
feat: Support dynamic image repositories (#830)
* feat: Support dynamic image repositories * test: Add placeholder values to satify roundtrip tests * refactor: Remove create_controller function * chore: Add changelog entry * test: Add CRD roundtrip test data * chore: Apply suggestion Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de> --------- Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.tech> Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent 799c8bd commit 735a5c7

9 files changed

Lines changed: 390 additions & 159 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,20 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

9+
- BREAKING: Add required CLI argument and env var to set the image repository used to construct final product image names: `IMAGE_REPOSITORY` (`--image-repository`), eg. `oci.example.org/my/namespace` ([#830]).
910
- Support `configOverrides` for `config.json` ([#818]).
1011

1112
### Changed
1213

13-
- Bump `stackable-operator` to 0.110.1 and `snafu` to 0.9 ([#818]).
14+
- Bump `stackable-operator` to 0.111.0 and `snafu` to 0.9 ([#818], [#830]).
1415
- Set `maxSurge=1` and `maxUnavailable=0` on the OPA DaemonSet rolling update strategy to eliminate
1516
availability gaps during rolling updates ([#819]).
1617
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#820]).
1718

1819
[#818]: https://github.com/stackabletech/opa-operator/pull/818
1920
[#819]: https://github.com/stackabletech/opa-operator/pull/819
2021
[#820]: https://github.com/stackabletech/opa-operator/pull/820
22+
[#830]: https://github.com/stackabletech/opa-operator/pull/830
2123

2224
## [26.3.0] - 2026-03-16
2325

Cargo.lock

Lines changed: 26 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)