From d230d87ec986fff59b74da1ab8472ee4bd8561d6 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Mon, 25 May 2026 22:44:57 +1000 Subject: [PATCH] feat(artifactapi): add conftest to GitHub generic remote cache (#168) ## Summary - Adds `open-policy-agent/conftest/.*/conftest_.*_Linux_x86_64.tar.gz$` to the `github` remote immutable patterns in artifactapi ## Why conftest v0.68.2 (https://github.com/open-policy-agent/conftest/releases/tag/v0.68.2) is now used for OPA policy checks in CI (see #167). Caching the release tarball in artifactapi reduces external dependency on GitHub during builds. Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/168 --- 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 250b319..d8a4172 100644 --- a/apps/base/artifactapi/resources/conf.d/remote-generic.yaml +++ b/apps/base/artifactapi/resources/conf.d/remote-generic.yaml @@ -36,6 +36,7 @@ remotes: - "neovim/neovim/.*/nvim-linux-x86_64.tar.gz$" - "nzbgetcom/nzbget/.*/nzbget-.*.x86_64.rpm$" - "onedr0p/exportarr/.*/exportarr_.*_linux_amd64.tar.gz$" + - "open-policy-agent/conftest/.*/conftest_.*_Linux_x86_64.tar.gz$" - "openbao/openbao-plugins/.*/openbao-plugin-secrets-consul_linux_amd64_.*.tar.gz$" - "openbao/openbao-plugins/.*/openbao-plugin-secrets-nomad_linux_amd64_.*.tar.gz$" - "prometheus-community/bind_exporter/.*/bind_exporter-.*.linux-amd64.tar.gz$"