Skip to content

Commit 4ee1409

Browse files
Update mongo Docker tag to v8
| datasource | package | from | to | | ---------- | ------- | ---- | --- | | docker | mongo | 4.4 | 8.0 |
1 parent 0783561 commit 4ee1409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)