Skip to content

Commit

Permalink
django cache fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
bbkz committed Dec 17, 2023
1 parent 94200cc commit f98b219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/wger/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
apiVersion: v2
version: 0.1.11-rc.3
version: 0.1.11-rc.4
appVersion: latest
name: wger
description: A Helm chart for Wger installation on Kubernetes
Expand Down
2 changes: 1 addition & 1 deletion charts/wger/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ environment:
- name: DJANGO_CACHE_CLIENT_CLASS
value: "django_redis.client.DefaultClient"
- name: DJANGO_CACHE_TIMEOUT
value: {{ int ".Values.app.django.cache.timeout" | default "1296000" | quote }}
value: {{ int .Values.app.django.cache.timeout | default "1296000" | quote }}
# django general
{{- if .Values.ingress.enabled }}
- name: SITE_URL
Expand Down

0 comments on commit f98b219

Please sign in to comment.