From 55d4757553ebfa247e9f74e0c685426d4dd3863d Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 25 Jul 2026 17:04:45 +1000 Subject: [PATCH] Add autoscaling/vpa-* pattern to k8s-registry docker remote The VerticalPodAutoscaler rollout pulls registry.k8s.io/autoscaling/vpa-recommender. Serve it through the existing k8s-registry pull-through cache, consistent with how external-dns and sig-storage images from registry.k8s.io are already gated. --- config/remote_docker/k8s-registry.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/remote_docker/k8s-registry.yaml b/config/remote_docker/k8s-registry.yaml index 63b4fbd..0cc33ca 100644 --- a/config/remote_docker/k8s-registry.yaml +++ b/config/remote_docker/k8s-registry.yaml @@ -3,5 +3,6 @@ description: Kubernetes container registry immutable_ttl: 0 mutable_ttl: 300 patterns: + - "^autoscaling/vpa-" - "^external-dns/external-dns" - "^sig-storage/"