Skip to content

Commit

Permalink
Merge pull request #11 from bat-bs/renovate/mongodb-15.x
Browse files Browse the repository at this point in the history
Update Helm release mongodb to v15
  • Loading branch information
hofq authored Mar 19, 2024
2 parents ab865d8 + 9457315 commit 95e5f39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions charts/librechat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.0
version: 1.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -28,10 +28,10 @@ home: https://blue-atlas.de

dependencies:
- name: mongodb
version: "14.10.1"
version: "15.0.2"
condition: mongodb.enabled
repository: "https://charts.bitnami.com/bitnami"
- name: meilisearch
version: "0.4.0"
version: "0.5.0"
condition: meilisearch.enabled
repository: "https://meilisearch.github.io/meilisearch-kubernetes"
repository: "https://meilisearch.github.io/meilisearch-kubernetes"
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
To provide the best possible solutions for our Customers, we use and support many open source projects.
To install these solutions more easily and streamlining the way we install applications, we maintain Helm-Charts of applications that do not have official Charts.

## Breaking Changes
### 1.0.0
- Rename `librechat.config` to `librechat.configEnv`

## Getting Started

```sh
helm repo add blue-atlas https://charts.blue-atlas.de
helm install -f <values-file.yaml> blue-atlas/<chartname>
```
Available Charts:
- `librechat` - A self-hosted ChatGPT alternative with support for many LLMs plugins and other models
- `librechat` - A self-hosted ChatGPT alternative with support for many LLMs plugins and other models

0 comments on commit 95e5f39

Please sign in to comment.