mirror.gcr.io

and explicit latest tag
This commit is contained in:
2025-04-19 00:14:28 +03:00
parent 5bd0a57417
commit cf9d686882
17 changed files with 18 additions and 18 deletions

View File

@@ -27,7 +27,7 @@ spec:
spec:
containers:
- name: exporter
image: prom/mysqld-exporter:latest
image: mirror.gcr.io/prom/mysqld-exporter:latest
env:
- name: DATA_SOURCE_NAME
value: exporter@tcp(127.0.0.1)/

View File

@@ -21,7 +21,7 @@ spec:
spec:
containers:
- name: minio
image: minio/minio:latest
image: mirror.gcr.io/minio/minio:latest
command: ["minio"]
ports:
- name: minio

View File

@@ -43,7 +43,7 @@ spec:
- name: mongo-data
mountPath: /data/db
- name: exporter
image: percona/mongodb_exporter:0.44
image: mirror.gcr.io/percona/mongodb_exporter:0.44
args:
- --compatible-mode
- --mongodb.direct-connect=false