Skip to content

Commit

Permalink
fix: redis context
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb committed Mar 9, 2024
1 parent 7a1b3ca commit b3646f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions deploy/charts/litellm/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 13.3.1
digest: sha256:f5c129150f0d38dd06752ab37f3c8e143d7c14d30379af058767bcd9f4ba83dd
generated: "2024-01-19T11:32:56.694808861+11:00"
version: 14.3.1
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 18.19.1
digest: sha256:8660fe6287f9941d08c0902f3f13731079b8cecd2a5da2fbc54e5b7aae4a6f62
generated: "2024-03-10T02:28:52.275022+05:30"
4 changes: 2 additions & 2 deletions deploy/charts/litellm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ spec:
- name: REDIS_PASSWORD
valueFrom:
secretKeyRef:
name: {{ include "redis.secretName" . }}
key: {{include "redis.secretPasswordKey" . }}
name: {{ include "redis.secretName" .Subcharts.redis }}
key: {{include "redis.secretPasswordKey" .Subcharts.redis }}
{{- end }}
envFrom:
{{- range .Values.environmentSecrets }}
Expand Down

0 comments on commit b3646f6

Please sign in to comment.