Skip to content

Commit

Permalink
Update helm charts for latest Deplot charts
Browse files Browse the repository at this point in the history
  • Loading branch information
jdye64 committed Jan 29, 2025
1 parent 570ed30 commit d777433
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions helm/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.29.1
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.1.3
- name: zipkin
repository: https://zipkin.io/zipkin-helm
version: 0.1.2
- name: opentelemetry-collector
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.78.1
- name: yolox-nim
repository: https://helm.ngc.nvidia.com/nvidia/nemo-microservices
version: 0.2.0
- name: cached-nim
repository: https://helm.ngc.nvidia.com/nvidia/nemo-microservices
version: 0.2.0
- name: paddleocr-nim
repository: https://helm.ngc.nvidia.com/nvidia/nemo-microservices
version: 0.2.0
- name: deplot-nim
repository: https://helm.ngc.nvidia.com/nvidia/nemo-microservices
version: 0.1.12
- name: text-embedding-nim
repository: https://helm.ngc.nvidia.com/nim/nvidia
version: 1.1.0
- name: milvus
repository: https://zilliztech.github.io/milvus-helm
version: 4.1.11
digest: sha256:e185b88c9f0f5bfde2f0bf4195516f0b0f15dc4ec3af1b2ceecbc8a8846e632e
generated: "2025-01-29T15:33:16.951828-05:00"
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
condition: paddleocrDeployed
- name: deplot-nim
repository: "alias:nemo-microservices"
version: 0.1.6
version: 0.1.12
condition: deplotDeployed
- name: text-embedding-nim
repository: "alias:nvidia-nim"
Expand Down
2 changes: 1 addition & 1 deletion helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ helm repo add nvidia-nim https://helm.ngc.nvidia.com/nim/nvidia --username='$oau
helm upgrade \
--install \
nv-ingest \
https://helm.ngc.nvidia.com/nvidia/nemo-microservices/charts/nv-ingest-0.3.8.tgz
https://helm.ngc.nvidia.com/nvidia/nemo-microservices/charts/nv-ingest-0.4.0.tgz
-n ${NAMESPACE} \
--username '$oauthtoken' \
--password "${NGC_API_KEY}" \
Expand Down

0 comments on commit d777433

Please sign in to comment.