From 2bf8e6502b0137c06c088425dd8c83bb2b372819 Mon Sep 17 00:00:00 2001 From: Atanas Dinov Date: Fri, 30 Aug 2024 10:24:55 +0300 Subject: [PATCH] Use Elemental 1.6 RPMs (#552) * Use Elemental 1.6.x RPMs Signed-off-by: Atanas Dinov * Update release notes Signed-off-by: Atanas Dinov --------- Signed-off-by: Atanas Dinov --- RELEASE_NOTES.md | 1 + config/artifacts.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 433c6ece..9611a68f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -11,6 +11,7 @@ * Helm chart installation backOffLimit changed from 1000(default) to 20 * Improved Kubernetes resource installation handling * Ensure that kernel arguments are applied during firstboot when kexec is used in ISO installations +* Fetch the necessary packages (Elemental 1.6.x) for Phone Home deployments in SL Micro 6.0 ## API diff --git a/config/artifacts.yaml b/config/artifacts.yaml index ef977b23..c25e0281 100644 --- a/config/artifacts.yaml +++ b/config/artifacts.yaml @@ -7,5 +7,5 @@ endpoint-copier-operator: repository: https://suse-edge.github.io/charts version: 0.2.0 elemental: - register-repository: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Maintenance:/5.5/standard - system-agent-repository: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Maintenance:/5.5/standard + register-repository: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Staging/standard + system-agent-repository: https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Staging/standard