From 90a18e5ff918c6ec28855ee338f1efc3e11b8234 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Tue, 2 Jun 2026 23:13:45 +1000 Subject: [PATCH] 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 --- .../resources/conf.d/remote-generic.yaml | 1 + .../resources/conf.d/remote-rpm.yaml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) 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 diff --git a/apps/base/artifactapi/resources/conf.d/remote-rpm.yaml b/apps/base/artifactapi/resources/conf.d/remote-rpm.yaml index 0338902..45ea497 100644 --- a/apps/base/artifactapi/resources/conf.d/remote-rpm.yaml +++ b/apps/base/artifactapi/resources/conf.d/remote-rpm.yaml @@ -17,6 +17,24 @@ remotes: immutable_ttl: 0 mutable_ttl: 7200 + almalinux-vault: + base_url: "https://vault.almalinux.org" + package: "rpm" + description: "AlmaLinux Vault RPM package repository" + immutable_patterns: + - ".*/x86_64/.*\\.rpm$" + - ".*/noarch/.*\\.rpm$" + - ".*/repodata/.*\\.sqlite.*$" + - ".*/repodata/.*\\.xml.*$" + - ".*/repodata/.*\\.yaml.*$" + - ".*/install.img" + - ".*/squashfs.img" + - ".*/updates.img" + - ".*/RPM-GPG-KEY-.*$" + cache: + immutable_ttl: 0 + mutable_ttl: 7200 + ceph-reef: base_url: "https://download.ceph.com/rpm-reef/" package: "rpm"