Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Update LLMGateway chart values.yaml #772

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.5.5
version: ""
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 @@ -9,7 +9,7 @@ LLM-Gateway Helm Chart
| -------------------------------------------- | ---------------------------------- | ------------------------------------------------- |
| `global` | Truefoundry global values | `{}` |
| `image.repository` | Image repository for tfyLLMGateway | `tfy.jfrog.io/tfy-private-images/tfy-llm-gateway` |
| `image.tag` | Image tag for the tfyLLMGateway | `be235b3aea5e5e9a651882250a488f91f32bef50` |
| `image.tag` | Image tag for the tfyLLMGateway | `35259908de78b5ea99ece0fa1a9f32524a4d70cc` |
| `replicaCount` | Number of replicas | `1` |
| `environmentName` | The environment name | `default` |
| `envSecretName` | The environment secret name | `tfy-llm-gateway-env-secret` |
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 @@ -7,7 +7,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: be235b3aea5e5e9a651882250a488f91f32bef50
tag: 35259908de78b5ea99ece0fa1a9f32524a4d70cc

## @param replicaCount Number of replicas
replicaCount: 1
Expand Down Expand Up @@ -156,6 +156,6 @@ autoscaling:
## @param autoscaling.minReplicas Minimum number of replicas
minReplicas: 1
## @param autoscaling.maxReplicas Maximum number of replicas
maxReplicas: 10
maxReplicas: 10
## @param autoscaling.targetCPUUtilizationPercentage Target CPU utilization percentage
targetCPUUtilizationPercentage: 80