Update renovate/renovate Docker tag to v41.169.1 - abandoned #97

Closed
Renovate wants to merge 282 commits from renovate/renovate-renovate-41.x into fresh-start
Showing only changes of commit 37b78f079e - Show all commits

View File

@@ -60,7 +60,7 @@ spec:
modes: ["SCRAM"] modes: ["SCRAM"]
users: users:
- name: librechat - name: librechat
db: admin db: LibreChat
passwordSecretRef: # a reference to the secret that will be used to generate the user's password passwordSecretRef: # a reference to the secret that will be used to generate the user's password
name: librechat-mongodb-secret name: librechat-mongodb-secret
roles: roles:
@@ -68,6 +68,8 @@ spec:
db: admin db: admin
- name: userAdminAnyDatabase - name: userAdminAnyDatabase
db: admin db: admin
- name: readWriteAnyDatabase
db: admin
scramCredentialsSecretName: my-scram scramCredentialsSecretName: my-scram
additionalMongodConfig: additionalMongodConfig:
storage.wiredTiger.engineConfig.journalCompressor: zlib storage.wiredTiger.engineConfig.journalCompressor: zlib
@@ -90,3 +92,50 @@ spec:
resources: resources:
requests: requests:
storage: 1Gi storage: 1Gi
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: librechat
namespace: librechat
spec:
interval: 1h
url: https://github.com/danny-avila/LibreChat.git
ref:
tag: v0.7.7
ignore: |
# exclude all
/*
# include charts
!/charts/
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: librechat
namespace: librechat
spec:
interval: 10m
chart:
spec:
chart: ./charts/librechat
sourceRef:
kind: GitRepository
name: librechat
namespace: librechat
interval: 10m
values:
replicaCount: 1
# image:
# tag: v0.7.7 # Not pinned in chart for some reason
config:
envSecrets:
secretRef: librechat
secretKeyRef:
- name: MONGO_URI
secretName: librechat-librechat-librechat
secretKey: connectionString.standardSrv
env:
TRUST_PROXY: 1
DOMAIN_CLIENT: https://librechat.lumpiasty.xyz
ALLOW_REGISTRATION: false