From f2af65bc92e31efef80120fd9c64ae0cb0430f4d Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 26 Apr 2026 16:20:53 +1000 Subject: [PATCH] fix: update include patterns (#90) - hadolint and nvim were wrong, updating Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/90 --- apps/base/artifactapi/resources/remotes.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/base/artifactapi/resources/remotes.yaml b/apps/base/artifactapi/resources/remotes.yaml index 5fe4c57..65d8415 100644 --- a/apps/base/artifactapi/resources/remotes.yaml +++ b/apps/base/artifactapi/resources/remotes.yaml @@ -24,13 +24,13 @@ remotes: - "grafana/jsonnet-language-server/.*/jsonnet-language-server_.*_linux_amd64$" - "gruntwork-io/boilerplate/.*/boilerplate_linux_amd64$" - "gruntwork-io/terragrunt/.*terragrunt_linux_amd64.*" - - "hadolint/hadolint/.*/hadolint-Linux-x86_64$" + - "hadolint/hadolint/.*/hadolint-linux-x86_64$" - "helmfile/helmfile/.*/helmfile_.*_linux_amd64.tar.gz$" - "helmfile/vals/.*/vals_.*_linux_amd64.tar.gz$" - "jesseduffield/lazydocker/.*/lazydocker_.*_Linux_x86_64.tar.gz$" - "lxc/incus/.*.tar.gz$" - "mikefarah/yq/.*/yq_linux_amd64$" - - "neovim/neovim-releases/.*/nvim-linux64.tar.gz$" + - "neovim/neovim-releases/.*/nvim-linux-x86_64.tar.gz$" - "neovim/neovim/.*/nvim-linux-x86_64.tar.gz$" - "nzbgetcom/nzbget/.*/nzbget-.*.x86_64.rpm$" - "onedr0p/exportarr/.*/exportarr_.*_linux_amd64.tar.gz$"