Skip to content

Commit 4268e95

Browse files
committed
Switch examples to the stable release paths
1 parent 089e7f7 commit 4268e95

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/cookbook-first-time-use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export ELEMENTAL_PATH="${HOME}/elemental-cookbook/elemental/examples/elemental/c
186186
Elemental 3 is packaged and delivered in a container image. We will use Podman to fetch the latest version as a final step to the environment setup stage.
187187

188188
```shell
189-
export ELEMENTAL_IMAGE="registry.suse.com/beta/uc/elemental3:latest"
189+
export ELEMENTAL_IMAGE="registry.suse.com/elemental/elemental:3.0"
190190

191191
sudo podman pull ${ELEMENTAL_IMAGE}
192192
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
manifestURI: oci://registry.suse.com/beta/uc/release-manifest:0.6_rke2_1.35
1+
manifestURI: oci://registry.suse.com/elemental/rke2/rke2-manifest:1.35

examples/elemental/customize/multi-node/suse-solution-manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ metadata:
44
creationDate: "2025-12-08"
55
corePlatform:
66
# Registry path to the release manifest OCI image of the Core Platform that this SUSE Solution extends
7-
image: "registry.suse.com/beta/uc/release-manifest:0.6_rke2_1.35"
7+
image: "registry.suse.com/elemental/rke2/rke2-manifest:1.35"
88
components:
99
systemd:
1010
extensions:
1111
- name: "longhorn"
12-
image: "registry.suse.com/beta/uc/longhorn:5.36-1.88"
12+
image: "registry.suse.com/elemental/longhorn:4.69-4.3"
1313
helm:
1414
charts:
1515
- chart: "cert-manager"

examples/elemental/customize/single-node/suse-solution-manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ metadata:
55
creationDate: "2025-12-08"
66
corePlatform:
77
# Release manifest OCI image of the Core Platform that this SUSE Solution extends
8-
image: "registry.suse.com/beta/uc/release-manifest:0.6_rke2_1.35"
8+
image: "registry.suse.com/elemental/rke2/rke2-manifest:1.35"
99
components:
1010
systemd:
1111
extensions:
1212
- name: "longhorn"
13-
image: "registry.suse.com/beta/uc/longhorn:5.36-1.88"
13+
image: "registry.suse.com/elemental/longhorn:4.69-4.3"
1414
helm:
1515
charts:
1616
- chart: "cert-manager"

0 commit comments

Comments
 (0)