minor version updates

This commit is contained in:
2025-04-19 00:10:30 +03:00
parent 095e00b516
commit 37a8031bc4
13 changed files with 14 additions and 16 deletions

View File

@@ -43,7 +43,7 @@ spec:
- name: mongo-data
mountPath: /data/db
- name: exporter
image: percona/mongodb_exporter:0.30.0
image: percona/mongodb_exporter:0.44
args:
- --compatible-mode
- --mongodb.direct-connect=false
@@ -102,7 +102,7 @@ spec:
spec:
containers:
- name: mongo-rs0-init
image: mongo
image: mirror.gcr.io/library/mongo
command: ["mongo", "--eval", "rs.initiate();", "mongodb://mongo-0.mongo"]
restartPolicy: OnFailure
backoffLimit: 4