Skip to content

Commit

Permalink
[CI] Update LLMGateway chart values.yaml (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
innoavator authored Feb 14, 2025
1 parent efe958e commit 71e1c41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.24.0
version: 0.25.0-rc1
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 @@ -14,7 +14,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 | `1749147b6cc57e47df8d0d8266c23df53af25b25` |
| `image.tag` | Image tag for the tfyLLMGateway | `2c2372d05cee71107a3774bf3fc8f237f57c9836` |
| `fullnameOverride` | Full name override for the tfy-llm-gateway | `""` |
| `replicaCount` | Number of replicas | `3` |
| `environmentName` | The environment name | `default` |
Expand Down
2 changes: 1 addition & 1 deletion charts/tfy-llm-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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: 1749147b6cc57e47df8d0d8266c23df53af25b25
tag: 2c2372d05cee71107a3774bf3fc8f237f57c9836

## @param fullnameOverride Full name override for the tfy-llm-gateway
fullnameOverride: ""
Expand Down

0 comments on commit 71e1c41

Please sign in to comment.