Skip to content

Commit

Permalink
Merge pull request #8358 from madhavajay/madhava/bump_containers
Browse files Browse the repository at this point in the history
Bump mongodb
  • Loading branch information
rasswanth-s authored Dec 19, 2023
2 parents a636bda + 34729c9 commit 46556c6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/grid/default.env
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ JAX_ENABLE_X64=True

# Mongo
MONGO_IMAGE=mongo
MONGO_VERSION="7.0.3"
MONGO_VERSION="7.0.4"
MONGO_HOST=mongo
MONGO_PORT=27017
MONGO_USERNAME=root
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/helm/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ spec:
- name: MONGO_INITDB_ROOT_PASSWORD
value: example
envFrom: null
image: mongo:7.0.3
image: mongo:7.0.4
lifecycle: null
livenessProbe: null
name: container-0
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/helm/syft/templates/mongo-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
name: {{ .Values.secrets.db.mongo.mongosecret }}
key: mongo-password-secret
envFrom: null
image: mongo:7.0.3
image: mongo:7.0.4
lifecycle: null
livenessProbe: null
name: container-0
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/podman/podman-kube/podman-syft-kube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
value: root
- name: MONGO_INITDB_ROOT_PASSWORD
value: example
image: docker.io/library/mongo:7.0.3
image: docker.io/library/mongo:7.0.4
imagePullPolicy: IfNotPresent
resources: {}
tty: true
Expand Down
2 changes: 1 addition & 1 deletion packages/syftcli/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dockerTag: 0.8.4-beta.3
images:
- docker.io/openmined/grid-frontend:0.8.4-beta.3
- docker.io/openmined/grid-backend:0.8.4-beta.3
- docker.io/library/mongo:7.0.3
- docker.io/library/mongo:7.0.4
- docker.io/traefik:v2.10

configFiles:
Expand Down

0 comments on commit 46556c6

Please sign in to comment.