Skip to content

Commit be70fc6

Browse files
Merge pull request #4139 from Azure/add-images-to-updater-with-lag-new
Add images with >21 days deployment lag to image-updater
2 parents b268bf1 + 53571b8 commit be70fc6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tooling/image-updater/config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,3 +226,13 @@ images:
226226
targets:
227227
- jsonPath: defaults.adminApi.image.digest
228228
filePath: ../../config/config.yaml
229+
# Kube Webhook Certgen (Ingress NGINX)
230+
kube-webhook-certgen:
231+
source:
232+
image: registry.k8s.io/ingress-nginx/kube-webhook-certgen
233+
tagPattern: "^v\\d+\\.\\d+\\.\\d+$"
234+
targets:
235+
- jsonPath: defaults.svc.ingress.controller.admissionWebhook.patch.image.sha
236+
filePath: ../../config/config.yaml
237+
- jsonPath: defaults.mgmt.ingress.controller.admissionWebhook.patch.image.sha
238+
filePath: ../../config/config.yaml

0 commit comments

Comments
 (0)