Skip to content

Commit

Permalink
change default image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
epicchewy committed Aug 12, 2024
1 parent 75de59c commit 9ca1586
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions charts/llamacloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,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 | `1.0.0` |
| `frontend.image.tag` | Frontend Image tag | `0.1.0` |
| `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 @@ -131,7 +131,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 | `1.0.0` |
| `backend.image.tag` | Backend Image tag | `0.1.0` |
| `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 @@ -189,7 +189,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 | `1.0.0` |
| `jobsService.image.tag` | JobsService Image tag | `0.1.0` |
| `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 @@ -237,7 +237,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 | `1.0.0` |
| `jobsWorker.image.tag` | JobsWorker Image tag | `0.1.0` |
| `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 @@ -300,7 +300,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 | `1.0.0` |
| `llamaParse.image.tag` | LlamaParse Image tag | `0.1.0` |
| `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 @@ -342,7 +342,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 | `1.0.0` |
| `llamaParseOcr.image.tag` | LlamaParseOcr Image tag | `0.1.0` |
| `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 @@ -397,7 +397,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 | `1.0.0` |
| `usage.image.tag` | Usage Image tag | `0.1.0` |
| `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 @@ -76,7 +76,7 @@ frontend:
image:
registry: docker.io
repository: llamaindex/llamacloud-frontend
tag: 1.0.0
tag: 0.1.0
pullPolicy: IfNotPresent

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

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

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

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

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

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

## Usage Service information
Expand Down

0 comments on commit 9ca1586

Please sign in to comment.