From aa43a418eb5da6fa277b4faeab57ba1736160e88 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Mon, 11 May 2026 23:37:46 +1000 Subject: [PATCH] feat(artifactapi): allow kubecolor releases from GitHub --- 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 de95872..55ddd32 100644 --- a/apps/base/artifactapi/resources/conf.d/remote-generic.yaml +++ b/apps/base/artifactapi/resources/conf.d/remote-generic.yaml @@ -26,6 +26,7 @@ remotes: - "helmfile/helmfile/.*/helmfile_.*_linux_amd64.tar.gz$" - "helmfile/vals/.*/vals_.*_linux_amd64.tar.gz$" - "jesseduffield/lazydocker/.*/lazydocker_.*_Linux_x86_64.tar.gz$" + - "kubecolor/kubecolor/.*/kubecolor_.*_linux_amd64.tar.gz$" - "kubernetes-sigs/gateway-api/.*/standard-install.yaml$" - "lxc/incus/.*.tar.gz$" - "mikefarah/yq/.*/yq_linux_amd64$" -- 2.47.3