From 2f6a56d15e5e3ba72fe92067a246e4f3aae30b83 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 7 Mar 2026 12:14:04 +1100 Subject: [PATCH] chore: add rarlab remote (#22) - cache rarlab packages - found they disappear when a new release is available Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/22 --- apps/base/artifactapi/resources/remotes.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps/base/artifactapi/resources/remotes.yaml b/apps/base/artifactapi/resources/remotes.yaml index 97248ba..b9988e8 100644 --- a/apps/base/artifactapi/resources/remotes.yaml +++ b/apps/base/artifactapi/resources/remotes.yaml @@ -88,6 +88,17 @@ remotes: file_ttl: 0 index_ttl: 0 + rarlab: + base_url: "https://www.rarlab.com" + type: "remote" + package: "generic" + description: "RARLab" + include_patterns: + - "rar/rarlinux-x64-.*.tar.gz" + cache: + file_ttl: 0 + index_ttl: 0 + alpine: base_url: "https://dl-cdn.alpinelinux.org" type: "remote"