Skip to content

Commit be3144d

Browse files
Add images with >21 days deployment lag to image-updater
1 parent 5f7333f commit be3144d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

tooling/image-updater/config.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)