-
Notifications
You must be signed in to change notification settings - Fork 0
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
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ead2d8d
to
15e9d85
Compare
--- 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: |
--- 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 |
66d4dd7
to
64c576f
Compare
64c576f
to
97fd7f2
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
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.
This PR has been generated by Renovate Bot.