Skip to content

Commit

Permalink
Update chart dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
  • Loading branch information
sanketsudake committed Jul 19, 2024
1 parent 8b76bb4 commit e2bca93
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions charts/ai-stack/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
dependencies:
- name: text-generation-inference
repository: https://infracloudio.github.io/charts
version: 0.1.3
version: 0.1.4
- name: text-embeddings-inference
repository: https://infracloudio.github.io/charts
version: 0.1.4
version: 0.1.5
- name: text-embeddings-inference
repository: https://infracloudio.github.io/charts
version: 0.1.4
version: 0.1.5
- name: chromadb
repository: https://amikos-tech.github.io/chromadb-chart/
version: 0.1.19
digest: sha256:8d0860dab3d83c4db52e3ad3e870a6fd308a5d665b01f336005f05b42197df38
generated: "2024-07-18T16:39:17.674841+05:30"
digest: sha256:065e63625584c77579904f4cc7ab11df7f1daf721697209e82d085787b62f8ca
generated: "2024-07-19T17:25:52.407374+05:30"
8 changes: 4 additions & 4 deletions charts/ai-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.1
version: 0.2.2

# 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 @@ -25,19 +25,19 @@ appVersion: ""

dependencies:
- name: text-generation-inference
version: 0.1.3
version: 0.1.4
repository: "https://infracloudio.github.io/charts"
alias: tgi
condition: tgi.enabled

- name: text-embeddings-inference
version: 0.1.4
version: 0.1.5
repository: "https://infracloudio.github.io/charts"
alias: tei
condition: tei.enabled

- name: text-embeddings-inference
version: 0.1.4
version: 0.1.5
repository: "https://infracloudio.github.io/charts"
alias: reranker
condition: reranker.enabled
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit e2bca93

Please sign in to comment.