From 7dd91d5b9c61b7e36ca4e68845835403bc0d5c91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 08:40:07 +0000 Subject: [PATCH] Bump mongo from 6.0.19 to 6.0.20 in /ansible/manifests/growi Bumps mongo from 6.0.19 to 6.0.20. --- updated-dependencies: - dependency-name: mongo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ansible/manifests/growi/mongodb.yml | 2 +- ansible/manifests/growi/pre-sync.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/manifests/growi/mongodb.yml b/ansible/manifests/growi/mongodb.yml index 3d8b15d..c0203f9 100644 --- a/ansible/manifests/growi/mongodb.yml +++ b/ansible/manifests/growi/mongodb.yml @@ -41,7 +41,7 @@ spec: spec: containers: - name: mongodb - image: mongo:6.0.19 + image: mongo:6.0.20 imagePullPolicy: IfNotPresent ports: - containerPort: 27017 diff --git a/ansible/manifests/growi/pre-sync.yml b/ansible/manifests/growi/pre-sync.yml index bb81f00..7c75868 100644 --- a/ansible/manifests/growi/pre-sync.yml +++ b/ansible/manifests/growi/pre-sync.yml @@ -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