From e59e654fd20d4dc646fe4bfef53f0965a2e1a03e Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 25 Jul 2026 17:32:57 +1000 Subject: [PATCH] Allow VPA CRD manifest through the github remote --- config/remote_generic/github.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/remote_generic/github.yaml b/config/remote_generic/github.yaml index f9f3840..72c8a76 100644 --- a/config/remote_generic/github.yaml +++ b/config/remote_generic/github.yaml @@ -36,6 +36,7 @@ patterns: - "kubecolor/kubecolor/.*/kubecolor_.*_linux_amd64.tar.gz$" - "kubernetes-sigs/gateway-api/.*/standard-install.yaml$" - "kubernetes-sigs/kustomize/.*/kustomize_.*_linux_amd64.tar.gz$" + - "kubernetes/autoscaler/raw/.*/vertical-pod-autoscaler/deploy/vpa-v1-crd-gen.yaml$" - "lxc/incus/.*.tar.gz$" - "mikefarah/yq/.*/yq_linux_amd64$" - "neovim/neovim-releases/.*/nvim-linux-x86_64.tar.gz$"