Add autoscaling/vpa-* pattern to k8s-registry docker remote
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful

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.
This commit is contained in:
2026-07-25 17:04:45 +10:00
parent bdbe26a6f3
commit 55d4757553
+1
View File
@@ -3,5 +3,6 @@ description: Kubernetes container registry
immutable_ttl: 0
mutable_ttl: 300
patterns:
- "^autoscaling/vpa-"
- "^external-dns/external-dns"
- "^sig-storage/"