From d5d477b05ccbd9371590da8ed7c661c38165ea64 Mon Sep 17 00:00:00 2001 From: Tellsanguis Date: Thu, 13 Nov 2025 19:06:25 +0100 Subject: [PATCH] =?UTF-8?q?feat(ci):=20Mise=20=C3=A0=20jour=20workflow=20d?= =?UTF-8?q?=C3=A9ploiement=20pour=20Ubuntu=2024.04=20et=20LINSTOR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update all deployment jobs to use Ubuntu 24.04 LTS template and LINSTOR storage backend for improved reliability. --- .forgejo/workflows/deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 57a90b2..094f013 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -31,8 +31,8 @@ jobs: forgejo_token = "${{ secrets.FORGEJO_TOKEN }}" forgejo_repo_url = "${{ secrets.FORGEJO_REPO_URL }}" k3s_version = "v1.28.5+k3s1" - ubuntu_template = "ubuntu-2204-cloudinit" - storage_pool = "local-lvm" + ubuntu_template = "ubuntu-2404-cloudinit" + storage_pool = "linstor_storage" snippets_storage = "local" k3s_network_bridge = "k3s" k3s_gateway = "10.100.20.1" @@ -60,8 +60,8 @@ jobs: forgejo_token = "${{ secrets.FORGEJO_TOKEN }}" forgejo_repo_url = "${{ secrets.FORGEJO_REPO_URL }}" k3s_version = "v1.28.5+k3s1" - ubuntu_template = "ubuntu-2204-cloudinit" - storage_pool = "local-lvm" + ubuntu_template = "ubuntu-2404-cloudinit" + storage_pool = "linstor_storage" snippets_storage = "local" k3s_network_bridge = "k3s" k3s_gateway = "10.100.20.1" @@ -89,8 +89,8 @@ jobs: forgejo_token = "${{ secrets.FORGEJO_TOKEN }}" forgejo_repo_url = "${{ secrets.FORGEJO_REPO_URL }}" k3s_version = "v1.28.5+k3s1" - ubuntu_template = "ubuntu-2204-cloudinit" - storage_pool = "local-lvm" + ubuntu_template = "ubuntu-2404-cloudinit" + storage_pool = "linstor_storage" snippets_storage = "local" k3s_network_bridge = "k3s" k3s_gateway = "10.100.20.1"