Skip to content

Commit

Permalink
Update mongo Docker tag to v8
Browse files Browse the repository at this point in the history
| datasource | package | from | to  |
| ---------- | ------- | ---- | --- |
| docker     | mongo   | 4.4  | 8.0 |
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent f22cbf3 commit 2a18617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/namespaces/databases/mongodb/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: mongodb
image: mongo:4.4
image: mongo:8.0
imagePullPolicy: Always
ports:
- containerPort: 27017
Expand Down

0 comments on commit 2a18617

Please sign in to comment.