Skip to content
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

release: 0.1.43 #50

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/llamacloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ keywords:
- llamacloud
- rag

version: 0.1.42
appVersion: "0.1.42"
version: 0.1.43
appVersion: "0.1.43"
14 changes: 7 additions & 7 deletions charts/llamacloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ For more information about using this chart, feel free to visit the [Official Ll
| `frontend.replicas` | Number of replicas of Frontend Deployment | `1` |
| `frontend.image.registry` | Frontend Image registry | `docker.io` |
| `frontend.image.repository` | Frontend Image repository | `llamaindex/llamacloud-frontend` |
| `frontend.image.tag` | Frontend Image tag | `0.1.41` |
| `frontend.image.tag` | Frontend Image tag | `0.1.43` |
| `frontend.image.pullPolicy` | Frontend Image pull policy | `IfNotPresent` |
| `frontend.service.type` | Frontend Service type | `ClusterIP` |
| `frontend.service.port` | Frontend Service port | `3000` |
Expand Down Expand Up @@ -169,7 +169,7 @@ For more information about using this chart, feel free to visit the [Official Ll
| `backend.replicas` | Number of replicas of Backend Deployment | `1` |
| `backend.image.registry` | Backend Image registry | `docker.io` |
| `backend.image.repository` | Backend Image repository | `llamaindex/llamacloud-backend` |
| `backend.image.tag` | Backend Image tag | `0.1.41` |
| `backend.image.tag` | Backend Image tag | `0.1.43` |
| `backend.image.pullPolicy` | Backend Image pull policy | `IfNotPresent` |
| `backend.service.type` | Backend Service type | `ClusterIP` |
| `backend.service.port` | Backend Service port | `8000` |
Expand Down Expand Up @@ -225,7 +225,7 @@ For more information about using this chart, feel free to visit the [Official Ll
| `jobsService.replicas` | Number of replicas of JobsService Deployment | `1` |
| `jobsService.image.registry` | JobsService Image registry | `docker.io` |
| `jobsService.image.repository` | JobsService Image repository | `llamaindex/llamacloud-jobs-service` |
| `jobsService.image.tag` | JobsService Image tag | `0.1.41` |
| `jobsService.image.tag` | JobsService Image tag | `0.1.43` |
| `jobsService.image.pullPolicy` | JobsService Image pull policy | `IfNotPresent` |
| `jobsService.service.type` | JobsService Service type | `ClusterIP` |
| `jobsService.service.port` | JobsService Service port | `8002` |
Expand Down Expand Up @@ -277,7 +277,7 @@ For more information about using this chart, feel free to visit the [Official Ll
| `jobsWorker.replicas` | Number of replicas of JobsWorker Deployment | `1` |
| `jobsWorker.image.registry` | JobsWorker Image registry | `docker.io` |
| `jobsWorker.image.repository` | JobsWorker Image repository | `llamaindex/llamacloud-jobs-worker` |
| `jobsWorker.image.tag` | JobsWorker Image tag | `0.1.41` |
| `jobsWorker.image.tag` | JobsWorker Image tag | `0.1.43` |
| `jobsWorker.image.pullPolicy` | JobsWorker Image pull policy | `IfNotPresent` |
| `jobsWorker.service.type` | JobsWorker Service type | `ClusterIP` |
| `jobsWorker.service.port` | JobsWorker Service port | `8001` |
Expand Down Expand Up @@ -346,7 +346,7 @@ For more information about using this chart, feel free to visit the [Official Ll
| `llamaParse.replicas` | Number of replicas of LlamaParse Deployment | `2` |
| `llamaParse.image.registry` | LlamaParse Image registry | `docker.io` |
| `llamaParse.image.repository` | LlamaParse Image repository | `llamaindex/llamacloud-llamaparse` |
| `llamaParse.image.tag` | LlamaParse Image tag | `0.1.41` |
| `llamaParse.image.tag` | LlamaParse Image tag | `0.1.43` |
| `llamaParse.image.pullPolicy` | LlamaParse Image pull policy | `IfNotPresent` |
| `llamaParse.serviceAccount.create` | Whether or not to create a new service account | `true` |
| `llamaParse.serviceAccount.name` | Name of the service account | `""` |
Expand Down Expand Up @@ -400,7 +400,7 @@ For more information about using this chart, feel free to visit the [Official Ll
| `llamaParseOcr.replicas` | Number of replicas of LlamaParseOcr Deployment | `2` |
| `llamaParseOcr.image.registry` | LlamaParseOcr Image registry | `docker.io` |
| `llamaParseOcr.image.repository` | LlamaParseOcr Image repository | `llamaindex/llamacloud-llamaparse-ocr` |
| `llamaParseOcr.image.tag` | LlamaParseOcr Image tag | `0.1.41` |
| `llamaParseOcr.image.tag` | LlamaParseOcr Image tag | `0.1.43` |
| `llamaParseOcr.image.pullPolicy` | LlamaParseOcr Image pull policy | `IfNotPresent` |
| `llamaParseOcr.service.type` | LlamaParseOcr Service type | `ClusterIP` |
| `llamaParseOcr.service.port` | LlamaParseOcr Service port | `8080` |
Expand Down Expand Up @@ -456,7 +456,7 @@ For more information about using this chart, feel free to visit the [Official Ll
| `usage.replicas` | Number of replicas of usage Deployment | `1` |
| `usage.image.registry` | Usage Image registry | `docker.io` |
| `usage.image.repository` | Usage Image repository | `llamaindex/llamacloud-usage` |
| `usage.image.tag` | Usage Image tag | `0.1.41` |
| `usage.image.tag` | Usage Image tag | `0.1.43` |
| `usage.image.pullPolicy` | Usage Image pull policy | `IfNotPresent` |
| `usage.service.type` | Usage Service type | `ClusterIP` |
| `usage.service.port` | Usage Service port | `8005` |
Expand Down
14 changes: 7 additions & 7 deletions charts/llamacloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ frontend:
image:
registry: docker.io
repository: llamaindex/llamacloud-frontend
tag: 0.1.42
tag: 0.1.43
pullPolicy: IfNotPresent

## @param frontend.service.type Frontend Service type
Expand Down Expand Up @@ -310,7 +310,7 @@ backend:
image:
registry: docker.io
repository: llamaindex/llamacloud-backend
tag: 0.1.42
tag: 0.1.43
pullPolicy: IfNotPresent

## Backend Service information
Expand Down Expand Up @@ -492,7 +492,7 @@ jobsService:
image:
registry: docker.io
repository: llamaindex/llamacloud-jobs-service
tag: 0.1.42
tag: 0.1.43
pullPolicy: IfNotPresent

## JobsService Service information\
Expand Down Expand Up @@ -661,7 +661,7 @@ jobsWorker:
image:
registry: docker.io
repository: llamaindex/llamacloud-jobs-worker
tag: 0.1.42
tag: 0.1.43
pullPolicy: IfNotPresent

## JobsWorker Service information
Expand Down Expand Up @@ -870,7 +870,7 @@ llamaParse:
image:
registry: docker.io
repository: llamaindex/llamacloud-llamaparse
tag: 0.1.42
tag: 0.1.43
pullPolicy: IfNotPresent

## ServiceAccount configuration
Expand Down Expand Up @@ -1033,7 +1033,7 @@ llamaParseOcr:
image:
registry: docker.io
repository: llamaindex/llamacloud-llamaparse-ocr
tag: 0.1.42
tag: 0.1.43
pullPolicy: IfNotPresent

## LlamaParseOcr Service information
Expand Down Expand Up @@ -1196,7 +1196,7 @@ usage:
image:
registry: docker.io
repository: llamaindex/llamacloud-usage
tag: 0.1.42
tag: 0.1.43
pullPolicy: IfNotPresent

## Usage Service information
Expand Down