Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container)!: Update mongo ( 7.0.17 → 8.0.5 ) #3376

Closed
wants to merge 1 commit into from

Conversation

shipwasher[bot]
Copy link
Contributor

@shipwasher shipwasher bot commented Feb 25, 2025

This PR contains the following updates:

Package Update Change
mongo major 7.0.17 -> 8.0.5

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@shipwasher shipwasher bot force-pushed the renovate/mongo-8.x branch from ead2d8d to 15e9d85 Compare February 25, 2025 10:07
@shipwasher shipwasher bot added the area/kubernetes Changes made in the kubernetes directory label Feb 25, 2025
@shipwasher
Copy link
Contributor Author

shipwasher bot commented Feb 25, 2025

--- kubernetes/main/apps/default/librechat/app Kustomization: flux-system/librechat HelmRelease: default/librechat

+++ kubernetes/main/apps/default/librechat/app Kustomization: flux-system/librechat HelmRelease: default/librechat

@@ -130,13 +130,13 @@

           mongodb:
             command:
             - mongod
             - --noauth
             image:
               repository: mongo
-              tag: 7.0.17@sha256:048559287a51c5dc3c2f1998c23355f7af5394725494a71b7628cf69dcefe68c
+              tag: 8.0.5@sha256:f6164e498dbaee3966031c1ced1bfa0fd1c4961151b38a770fa6994f4b0dcae7
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:

@shipwasher
Copy link
Contributor Author

shipwasher bot commented Feb 25, 2025

--- HelmRelease: default/librechat Deployment: default/librechat

+++ HelmRelease: default/librechat Deployment: default/librechat

@@ -113,13 +113,13 @@

         name: mongo-express
         readinessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
-            port: 3080
+            port: 8081
           timeoutSeconds: 1
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
@@ -127,28 +127,28 @@

         volumeMounts:
         - mountPath: /tmp
           name: tmp
       - command:
         - mongod
         - --noauth
-        image: mongo:7.0.17@sha256:048559287a51c5dc3c2f1998c23355f7af5394725494a71b7628cf69dcefe68c
-        livenessProbe:
+        image: mongo:8.0.5@sha256:f6164e498dbaee3966031c1ced1bfa0fd1c4961151b38a770fa6994f4b0dcae7
+        livenessProbe:
+          failureThreshold: 3
+          initialDelaySeconds: 0
+          periodSeconds: 10
+          tcpSocket:
+            port: 3080
+          timeoutSeconds: 1
+        name: mongodb
+        readinessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 9123
           timeoutSeconds: 1
-        name: mongodb
-        readinessProbe:
-          failureThreshold: 3
-          initialDelaySeconds: 0
-          periodSeconds: 10
-          tcpSocket:
-            port: 9123
-          timeoutSeconds: 1
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
@@ -166,13 +166,13 @@

         image: ghcr.io/danny-avila/librechat-rag-api-dev-lite:latest@sha256:a6b4babf521ff8bfbe4bdbf3a4362acb94586fc99fed79eb05e1fa42c1e869e1
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
-            port: 9123
+            port: 3080
           timeoutSeconds: 1
         name: ragapi
         readinessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
@@ -206,13 +206,13 @@

         image: ghcr.io/danny-avila/librechat-dev:latest@sha256:cfb1432a9af5108e671cbdec65386b0be0a5e1e9d1ef62b091511605d206cd8f
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
-            port: 8081
+            port: 3080
           timeoutSeconds: 1
         name: app
         readinessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10

@shipwasher shipwasher bot force-pushed the renovate/mongo-8.x branch 6 times, most recently from 66d4dd7 to 64c576f Compare February 27, 2025 22:06

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@shipwasher shipwasher bot force-pushed the renovate/mongo-8.x branch from 64c576f to 97fd7f2 Compare February 28, 2025 00:23
@wipash wipash closed this Mar 1, 2025
@shipwasher shipwasher bot deleted the renovate/mongo-8.x branch March 1, 2025 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant