Skip to content

Commit

Permalink
release 0.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhdesai committed Oct 24, 2024
1 parent 200bc3b commit ad9401c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
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.25
appVersion: "0.1.25"
version: 0.1.26
appVersion: "0.1.26"
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.25` |
| `frontend.image.tag` | Frontend Image tag | `0.1.26` |
| `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.25` |
| `backend.image.tag` | Backend Image tag | `0.1.26` |
| `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 @@ -226,7 +226,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.25` |
| `jobsService.image.tag` | JobsService Image tag | `0.1.26` |
| `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 @@ -274,7 +274,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.25` |
| `jobsWorker.image.tag` | JobsWorker Image tag | `0.1.26` |
| `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 @@ -345,7 +345,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.25` |
| `llamaParse.image.tag` | LlamaParse Image tag | `0.1.26` |
| `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 @@ -387,7 +387,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.25` |
| `llamaParseOcr.image.tag` | LlamaParseOcr Image tag | `0.1.26` |
| `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 @@ -442,7 +442,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.25` |
| `usage.image.tag` | Usage Image tag | `0.1.26` |
| `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.25
tag: 0.1.26
pullPolicy: IfNotPresent

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

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

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

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

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

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

## Usage Service information
Expand Down

0 comments on commit ad9401c

Please sign in to comment.