Skip to content

Commit 76428c6

Browse files
Update mongo Docker tag to v8
| datasource | package | from | to | | ---------- | ------- | ---- | --- | | docker | mongo | 4.4 | 8.0 |
1 parent 83c0918 commit 76428c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: kubernetes/namespaces/databases/mongodb/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: mongodb
20-
image: mongo:4.4
20+
image: mongo:8.0
2121
imagePullPolicy: Always
2222
ports:
2323
- containerPort: 27017

0 commit comments

Comments
 (0)