Skip to content

Commit 14272b2

Browse files
authored
docs: Apply suggestion from review
1 parent 1bf2bbb commit 14272b2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

modules/ROOT/partials/release-notes/release-26.7.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,8 @@ Implemented in https://github.com/stackabletech/secret-operator/pull/708[secret-
186186

187187
====== Miscellaneous
188188

189-
* *Breaking:* All operators now support dynamic image repositories during product image selection instead of hard-coding `oci.stackable.tech`.
190-
This enables us to automatically pick the correct registry when operators are installed via the Helm Chart or the OLM manifest.
191-
This is achieved by introducing the new `--image-repository` CLI argument and `IMAGE_REPOSITORY` environment variable.
189+
* *Breaking:* Operators now determine the registry for product images from where they were installed, instead of hard-coding `oci.stackable.tech`.
190+
This is controlled by a new `--image-repository` CLI argument (and the `IMAGE_REPOSITORY` environment variable), which lets the correct registry be selected automatically when an operator is installed via its Helm Chart or Operator Lifecycle Manager (OLM) manifest.
192191
+
193192
--
194193
[NOTE]

0 commit comments

Comments
 (0)