This message was deleted.
# elemental
a
This message was deleted.
f
b
Yes I copied it in SUSE Manager file system and pasted the path in tree path
f
are you using
<http://registry.suse.com/rancher/elemental-teal-iso/5.4:1.2.2|registry.suse.com/rancher/elemental-teal-iso/5.4:1.2.2>
as baseImage or something different?
b
When I build the ISO from Rancher i get these options . Should I create a new registration endpoints?
f
if you have the Elemental UI extension installed you can go to OS Management -> Advanced -> OS Version Channels and use
<http://registry.suse.com/rancher/elemental-teal-channel:1.3.4|registry.suse.com/rancher/elemental-teal-channel:1.3.4>
b
I added the path in existing OS version channel but in registration endpoint still generating old ISO. Is there way i can re deploy it as it says in message in image
f
indeed another option is to update the helm chart:
Copy code
helm upgrade --create-namespace -n cattle-elemental-system --install elemental-operator-crds <oci://registry.suse.com/rancher/elemental-operator-crds-chart>
helm upgrade --create-namespace -n cattle-elemental-system --install elemental-operator <oci://registry.suse.com/rancher/elemental-operator-chart>
b
Thank you so much @fast-bear-60513 that solved my issue
f
Nice! Glad I could help