From 33c3ae67d601f591e956c2d47929a49d3e03e649 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 05:16:33 +0000 Subject: [PATCH] Bump mongo from 4.4 to 7.0 in /ansible/manifests/growi Bumps mongo from 4.4 to 7.0. --- updated-dependencies: - dependency-name: mongo dependency-type: direct:production update-type: version-update:semver-major ... 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 ba17f30..6f129d3 100644 --- a/ansible/manifests/growi/mongodb.yml +++ b/ansible/manifests/growi/mongodb.yml @@ -40,7 +40,7 @@ spec: spec: containers: - name: mongodb - image: mongo:5.0.22 + image: mongo:7.0.0 imagePullPolicy: IfNotPresent ports: - containerPort: 27017 diff --git a/ansible/manifests/growi/pre-sync.yml b/ansible/manifests/growi/pre-sync.yml index 881e078..cf9cbb0 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:4.4 + image: mongo:7.0 command: ["/bin/sh"] args: ["-c", "exit 0"] - name: growi