From 4437ee937458d8a27ea261b690d97c89a1658b23 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Tue, 2 Jun 2026 23:13:45 +1000 Subject: [PATCH 1/2] chore: add almalinux-vault repos (#186) - 9.7 is end of life, ensure that we can still query packages Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/186 --- apps/base/artifactapi/resources/conf.d/remote-generic.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/base/artifactapi/resources/conf.d/remote-generic.yaml b/apps/base/artifactapi/resources/conf.d/remote-generic.yaml index d8a4172..b432d9e 100644 --- a/apps/base/artifactapi/resources/conf.d/remote-generic.yaml +++ b/apps/base/artifactapi/resources/conf.d/remote-generic.yaml @@ -81,6 +81,7 @@ remotes: description: "Gitea download site" immutable_patterns: - "act_runner/.*/act_runner-.*-linux-amd64$" + - "gitea/.*/gitea-.*-linux-amd64" - "tea/.*/tea-.*-linux-amd64$" cache: immutable_ttl: 0 -- 2.47.3 From b39ab9b4eaf0cd75b003f9224f351f2b5bb87796 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 6 Jun 2026 19:43:41 +1000 Subject: [PATCH 2/2] chore: enable access to gitea - add gitea to gitea-dl remote --- apps/base/artifactapi/resources/conf.d/remote-generic.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/base/artifactapi/resources/conf.d/remote-generic.yaml b/apps/base/artifactapi/resources/conf.d/remote-generic.yaml index b432d9e..05196ba 100644 --- a/apps/base/artifactapi/resources/conf.d/remote-generic.yaml +++ b/apps/base/artifactapi/resources/conf.d/remote-generic.yaml @@ -81,7 +81,8 @@ remotes: description: "Gitea download site" immutable_patterns: - "act_runner/.*/act_runner-.*-linux-amd64$" - - "gitea/.*/gitea-.*-linux-amd64" + - "gitea/.*/gitea-.*-linux-amd64$" + - "gitea/.*/gitea-.*-linux-amd64.xz$" - "tea/.*/tea-.*-linux-amd64$" cache: immutable_ttl: 0 -- 2.47.3