Skip to content

Commit

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

[CI] Update LLMGateway chart values.yaml
  • Loading branch information
geekygulshan authored Dec 20, 2024
2 parents 0bd832c + c7ed362 commit 390b7a0
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.13.1
version: 0.14.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 | `52b24865cdb4e136f899bbc8e473b8905de5d56b` |
| `image.tag` | Image tag for the tfyLLMGateway | `8efb4f0002359aacd8f507d81ef957822503e58c` |
| `fullnameOverride` | Full name override for the tfy-llm-gateway | `""` |
| `replicaCount` | Number of replicas | `1` |
| `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 @@ -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: 52b24865cdb4e136f899bbc8e473b8905de5d56b
tag: 8efb4f0002359aacd8f507d81ef957822503e58c

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

0 comments on commit 390b7a0

Please sign in to comment.