Skip to content

Commit

Permalink
Bump chart to version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
epicchewy committed Aug 15, 2024
1 parent d298ddc commit 4623adc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 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.1
appVersion: "0.1.1"
version: 0.1.2
appVersion: "0.1.2"
1 change: 0 additions & 1 deletion charts/llamacloud/templates/llamaparse/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
annotations:
{{- include "llamacloud.annotations" . | nindent 4 }}
data:
BYOC_MODE_ENABLED: "true"
DEBUG_MODE: {{ .Values.llamaParse.config.debugMode | default false | quote }}
MAX_PDF_PAGES: {{ .Values.llamaParse.config.maxPdfPages | default 1200 | quote }}
JOB_SERVICE_URL: {{ printf "http://%s-%s:%d" (include "llamacloud.fullname" .) .Values.jobsService.name (.Values.jobsService.service.port | int) | quote }}
Expand Down
2 changes: 0 additions & 2 deletions charts/llamacloud/templates/usage/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ spec:
resources:
{{- toYaml .Values.usage.resources | nindent 12 }}
env:
- name: BYOC_MODE_ENABLED
value: "true"
- name: LLAMACLOUD_LICENSE_KEY
valueFrom:
secretKeyRef:
Expand Down
14 changes: 7 additions & 7 deletions charts/llamacloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ frontend:
image:
registry: docker.io
repository: llamaindex/llamacloud-frontend
tag: 0.1.0
tag: 0.1.2
pullPolicy: IfNotPresent

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

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

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

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

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

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

## Usage Service information
Expand Down

0 comments on commit 4623adc

Please sign in to comment.