File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -226,3 +226,33 @@ images:
226226 targets :
227227 - jsonPath : defaults.adminApi.image.digest
228228 filePath : ../../config/config.yaml
229+ # Route Monitor Operator images
230+ route-monitor-operator :
231+ source :
232+ image : quay.io/app-sre/route-monitor-operator
233+ tag : " latest"
234+ versionLabel : " vcs-ref"
235+ useAuth : true
236+ keyVault :
237+ url : " https://arohcpdev-global.vault.azure.net/"
238+ secretName : " component-sync-pull-secret"
239+ targets :
240+ - jsonPath : defaults.routeMonitorOperator.operatorImage.digest
241+ filePath : ../../config/config.yaml
242+ blackbox-exporter :
243+ source :
244+ image : quay.io/prometheus/blackbox-exporter
245+ tagPattern : " ^v\\ d+\\ .\\ d+\\ .\\ d+$"
246+ targets :
247+ - jsonPath : defaults.routeMonitorOperator.blackboxExporterImage.digest
248+ filePath : ../../config/config.yaml
249+ # Kube Webhook Certgen (Ingress NGINX)
250+ kube-webhook-certgen :
251+ source :
252+ image : registry.k8s.io/ingress-nginx/kube-webhook-certgen
253+ tagPattern : " ^v\\ d+\\ .\\ d+\\ .\\ d+$"
254+ targets :
255+ - jsonPath : defaults.svc.ingress.controller.admissionWebhook.patch.image.sha
256+ filePath : ../../config/config.yaml
257+ - jsonPath : defaults.mgmt.ingress.controller.admissionWebhook.patch.image.sha
258+ filePath : ../../config/config.yaml
You can’t perform that action at this time.
0 commit comments