Skip to content

Commit

Permalink
update versions (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
srihari-tf authored Dec 16, 2024
1 parent 5520acd commit 3cbca74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/tfy-llm-gateway-infra/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tfy-llm-gateway-infra
version: 0.1.1
version: 0.2.0
description: "TrueFoundry LLM Gateway infra stack chart"
maintainers:
- name: truefoundry
Expand Down
8 changes: 4 additions & 4 deletions charts/tfy-llm-gateway-infra/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,17 +134,17 @@ nats:
enabled: true
container:
image:
tag: 2.10.18-alpine3.20
tag: 2.10.23-alpine3.21
pullPolicy: IfNotPresent
repository: nats
merge:
resources:
limits:
cpu: 100m
memory: 250Mi
memory: 1000Mi
requests:
cpu: 100m
memory: 250Mi
memory: 500Mi
patch:
- op: add
path: /env/-
Expand Down Expand Up @@ -226,7 +226,7 @@ clickhouse:
ephemeralStorage: 2048Mi
storage:
storageClassName: ''
size: 10Gi
size: 100Gi
nats:
url: "{{ .Release.Name }}-nats.{{ .Release.Namespace }}.svc.cluster.local:4222"
subjects: request-log.>
Expand Down

0 comments on commit 3cbca74

Please sign in to comment.