forked from phoenix/litellm-mirror
build(host-helm-chart-on-root): allows helm repo add
to work with litellm
This commit is contained in:
parent
ec63a30095
commit
7ebe00599b
2 changed files with 108 additions and 0 deletions
108
index.yaml
Normal file
108
index.yaml
Normal file
|
@ -0,0 +1,108 @@
|
||||||
|
apiVersion: v1
|
||||||
|
entries:
|
||||||
|
litellm-helm:
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: v1.24.5
|
||||||
|
created: "2024-05-06T09:38:55.553108-07:00"
|
||||||
|
dependencies:
|
||||||
|
- condition: db.deployStandalone
|
||||||
|
name: postgresql
|
||||||
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
|
version: '>=13.3.0'
|
||||||
|
- condition: redis.enabled
|
||||||
|
name: redis
|
||||||
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
|
version: '>=18.0.0'
|
||||||
|
description: Call all LLM APIs using the OpenAI format
|
||||||
|
digest: 0a73cb1f7b985861afc9661010e1a56784c8029b61ee71297753c84699fbd2d9
|
||||||
|
name: litellm-helm
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- litellm-helm-0.2.0.tgz
|
||||||
|
version: 0.2.0
|
||||||
|
postgresql:
|
||||||
|
- annotations:
|
||||||
|
category: Database
|
||||||
|
images: |
|
||||||
|
- name: os-shell
|
||||||
|
image: docker.io/bitnami/os-shell:12-debian-12-r16
|
||||||
|
- name: postgres-exporter
|
||||||
|
image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r14
|
||||||
|
- name: postgresql
|
||||||
|
image: docker.io/bitnami/postgresql:16.2.0-debian-12-r6
|
||||||
|
licenses: Apache-2.0
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 16.2.0
|
||||||
|
created: "2024-05-06T09:38:55.556876-07:00"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
|
tags:
|
||||||
|
- bitnami-common
|
||||||
|
version: 2.x.x
|
||||||
|
description: PostgreSQL (Postgres) is an open source object-relational database
|
||||||
|
known for reliability and data integrity. ACID-compliant, it supports foreign
|
||||||
|
keys, joins, views, triggers and stored procedures.
|
||||||
|
digest: 3c8125526b06833df32e2f626db34aeaedb29d38f03d15349db6604027d4a167
|
||||||
|
home: https://bitnami.com
|
||||||
|
icon: https://bitnami.com/assets/stacks/postgresql/img/postgresql-stack-220x234.png
|
||||||
|
keywords:
|
||||||
|
- postgresql
|
||||||
|
- postgres
|
||||||
|
- database
|
||||||
|
- sql
|
||||||
|
- replication
|
||||||
|
- cluster
|
||||||
|
maintainers:
|
||||||
|
- name: VMware, Inc.
|
||||||
|
url: https://github.com/bitnami/charts
|
||||||
|
name: postgresql
|
||||||
|
sources:
|
||||||
|
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql
|
||||||
|
urls:
|
||||||
|
- charts/postgresql-14.3.1.tgz
|
||||||
|
version: 14.3.1
|
||||||
|
redis:
|
||||||
|
- annotations:
|
||||||
|
category: Database
|
||||||
|
images: |
|
||||||
|
- name: kubectl
|
||||||
|
image: docker.io/bitnami/kubectl:1.29.2-debian-12-r3
|
||||||
|
- name: os-shell
|
||||||
|
image: docker.io/bitnami/os-shell:12-debian-12-r16
|
||||||
|
- name: redis
|
||||||
|
image: docker.io/bitnami/redis:7.2.4-debian-12-r9
|
||||||
|
- name: redis-exporter
|
||||||
|
image: docker.io/bitnami/redis-exporter:1.58.0-debian-12-r4
|
||||||
|
- name: redis-sentinel
|
||||||
|
image: docker.io/bitnami/redis-sentinel:7.2.4-debian-12-r7
|
||||||
|
licenses: Apache-2.0
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 7.2.4
|
||||||
|
created: "2024-05-06T09:38:55.561463-07:00"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
|
tags:
|
||||||
|
- bitnami-common
|
||||||
|
version: 2.x.x
|
||||||
|
description: Redis(R) is an open source, advanced key-value store. It is often
|
||||||
|
referred to as a data structure server since keys can contain strings, hashes,
|
||||||
|
lists, sets and sorted sets.
|
||||||
|
digest: b2fa1835f673a18002ca864c54fadac3c33789b26f6c5e58e2851b0b14a8f984
|
||||||
|
home: https://bitnami.com
|
||||||
|
icon: https://bitnami.com/assets/stacks/redis/img/redis-stack-220x234.png
|
||||||
|
keywords:
|
||||||
|
- redis
|
||||||
|
- keyvalue
|
||||||
|
- database
|
||||||
|
maintainers:
|
||||||
|
- name: VMware, Inc.
|
||||||
|
url: https://github.com/bitnami/charts
|
||||||
|
name: redis
|
||||||
|
sources:
|
||||||
|
- https://github.com/bitnami/charts/tree/main/bitnami/redis
|
||||||
|
urls:
|
||||||
|
- charts/redis-18.19.1.tgz
|
||||||
|
version: 18.19.1
|
||||||
|
generated: "2024-05-06T09:38:55.543906-07:00"
|
BIN
litellm-helm-0.2.0.tgz
Normal file
BIN
litellm-helm-0.2.0.tgz
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue