We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b268bf1 + 53571b8 commit be70fc6Copy full SHA for be70fc6
tooling/image-updater/config.yaml
@@ -226,3 +226,13 @@ images:
226
targets:
227
- jsonPath: defaults.adminApi.image.digest
228
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
0 commit comments