Skip to content

Commit

Permalink
Merge pull request #155 from isec-tut/dependabot/docker/ansible/manif…
Browse files Browse the repository at this point in the history
…ests/growi/mongo-6.0.20

(auto merged) Bump mongo from 6.0.19 to 6.0.20 in /ansible/manifests/growi
  • Loading branch information
isec-tut-auto-merge-bot[bot] authored Jan 17, 2025
2 parents 53d8842 + 7dd91d5 commit 9aa94ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/manifests/growi/mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
spec:
containers:
- name: mongodb
image: mongo:6.0.19
image: mongo:6.0.20
imagePullPolicy: IfNotPresent
ports:
- containerPort: 27017
Expand Down
2 changes: 1 addition & 1 deletion ansible/manifests/growi/pre-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
command: ["/bin/sh"]
args: ["-c", "exit 0"]
- name: mongo
image: mongo:6.0.19
image: mongo:6.0.20
command: ["/bin/sh"]
args: ["-c", "exit 0"]
- name: growi
Expand Down

0 comments on commit 9aa94ab

Please sign in to comment.