Skip to content

Commit

Permalink
Merge pull request #834 from truefoundry/truefoundry-LLMGateway-versi…
Browse files Browse the repository at this point in the history
…on-v0.11.0

[CI] Update LLMGateway chart values.yaml
  • Loading branch information
geekygulshan authored Nov 29, 2024
2 parents a29d95f + 1996ac9 commit 44563e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/tfy-llm-gateway/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tfy-llm-gateway
version: 0.10.1
version: 0.11.0
description: "Truefoundry LLM Gateway deployment chart"
maintainers:
- name: truefoundry
2 changes: 1 addition & 1 deletion charts/tfy-llm-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LLM-Gateway Helm Chart
| `global.llmGatewayInfra.releaseName` | Release name for the tfy-llm-gateway-infra | `tfy-llm-gateway-infra` |
| `global.llmGatewayInfra.natsAdminPassword` | NATS admin password | `""` |
| `image.repository` | Image repository for tfyLLMGateway | `tfy.jfrog.io/tfy-private-images/tfy-llm-gateway` |
| `image.tag` | Image tag for the tfyLLMGateway | `86142d80c82e353061de0b1e22b0c78a8d4d86d5` |
| `image.tag` | Image tag for the tfyLLMGateway | `82aa37767801c5246a7b40d31a710eec1e310637` |
| `fullnameOverride` | Full name override for the tfy-llm-gateway | `""` |
| `replicaCount` | Number of replicas | `1` |
| `environmentName` | The environment name | `default` |
Expand Down
4 changes: 2 additions & 2 deletions charts/tfy-llm-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ image:
## @param image.repository Image repository for tfyLLMGateway
repository: tfy.jfrog.io/tfy-private-images/tfy-llm-gateway
## @param image.tag Image tag for the tfyLLMGateway
tag: 86142d80c82e353061de0b1e22b0c78a8d4d86d5
tag: 82aa37767801c5246a7b40d31a710eec1e310637

## @param fullnameOverride Full name override for the tfy-llm-gateway
fullnameOverride: ""
Expand Down Expand Up @@ -162,5 +162,5 @@ env:
LOG_LEVEL: info
GATEWAY_NATS_CONFIGURATION: '{"type":"nats","url":"ws://{{ .Values.global.llmGatewayInfra.releaseName }}-nats.{{ .Release.Namespace }}.svc.cluster.local:8080","username":"admin","password":"{{ .Values.global.llmGatewayInfra.natsAdminPassword }}"}'
DEPLOYED_LLM_GATEWAY_URL: "{{ .Values.global.controlPlaneURL }}/api/llm"
CONTROL_PLANE_NATS_URL: ws://{{ .Values.global.truefoundryReleaseName }}-nats.{{ .Release.Namespace }}.svc.cluster.local:8080
CONTROL_PLANE_NATS_URL: nats://{{ .Values.global.truefoundryReleaseName }}-nats.{{ .Release.Namespace }}.svc.cluster.local:4222
ENABLE_EXTERNAL_OAUTH: "false"

0 comments on commit 44563e0

Please sign in to comment.