Skip to content

Commit 47c4218

Browse files
committed
chore(25.3.0): Add OCI registry migration section
1 parent ec67eec commit 47c4218

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,32 @@ Products now log information about their container environment, on startup and o
2323

2424
==== Platform improvements
2525

26+
General::
27+
28+
Starting with this release, our OCI registry located at `oci.stackable.tech` was promoted to stable.
29+
This means that our operators, the product image selection and tools will use the registry by default instead of the previous Docker repository located at `docker.stackable.tech`.
30+
31+
[NOTE]
32+
====
33+
To ease the transition, operator images, product images, and operator Helm charts are published both on the old Docker repository as well as the new OCI registry.
34+
Subsequent releases will **only** be published on `oci.stackable.tech`.
35+
====
36+
37+
Using the old Docker repository is still possible:
38+
39+
* Products can use the old images by setting the `spec.image.repo` to `docker.stackable.tech/stackable` in the respective product CustomResource.
40+
* Our `stackablectl` tool can pull Helm charts from the old repository by providing the `--chart-source repo` argument during operator installs.
41+
Unfortunately, some Helm chart values point to the OCI registry and `stackablectl` doesn't support overriding these values.
42+
Use `helm` directly instead.
43+
* Operators can be installed via `helm install` with a custom `image.repository` value set.
44+
45+
[source,console]
46+
----
47+
$ helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable/
48+
$ helm repo update stackable-stable
49+
$ helm install --wait airflow-operator stackable-stable/airflow-operator --version 25.3 --set image.repository=docker.stackable.tech/stackable/airflow-operator
50+
----
51+
2652
Authorization::
2753

2854
OPA Rego rules no longer require the `future.keywords` import.

0 commit comments

Comments
 (0)