fix(grist): re-enable redis (#2829)

* fix(grist): re-enable redis

* bump
This commit is contained in:
Stavros Kois
2022-06-04 09:57:54 +00:00
committed by GitHub
parent c6717cb011
commit 1ee5b2179c
2 changed files with 13 additions and 10 deletions
+5 -1
View File
@@ -4,6 +4,10 @@ dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 9.3.24 version: 9.3.24
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 2.0.76
description: Grist is a modern relational spreadsheet. It combine the flexibility of a spreadsheet with the robustness of a database to organize your data. description: Grist is a modern relational spreadsheet. It combine the flexibility of a spreadsheet with the robustness of a database to organize your data.
home: https://github.com/truecharts/apps/tree/master/charts/stable/grist home: https://github.com/truecharts/apps/tree/master/charts/stable/grist
icon: https://truecharts.org/_static/img/appicons/grist.png icon: https://truecharts.org/_static/img/appicons/grist.png
@@ -21,7 +25,7 @@ sources:
- https://hub.docker.com/r/gristlabs/grist - https://hub.docker.com/r/gristlabs/grist
- https://github.com/gristlabs/grist-core - https://github.com/gristlabs/grist-core
- https://support.getgrist.com/ - https://support.getgrist.com/
version: 1.0.25 version: 1.0.26
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- productivity - productivity
+8 -9
View File
@@ -16,12 +16,11 @@ env:
HOME_PORT: "{{ .Values.service.api.ports.api.port }}" HOME_PORT: "{{ .Values.service.api.ports.api.port }}"
GRIST_DEFAULT_EMAIL: "user@mydomain.com" GRIST_DEFAULT_EMAIL: "user@mydomain.com"
# https://github.com/gristlabs/grist-core/issues/128 envValueFrom:
# envValueFrom: REDIS_URL:
# REDIS_URL: secretKeyRef:
# secretKeyRef: name: rediscreds
# name: rediscreds key: url
# key: url
service: service:
main: main:
@@ -42,6 +41,6 @@ persistence:
enabled: true enabled: true
mountPath: "/persist" mountPath: "/persist"
# redis: redis:
# enabled: true enabled: true
# existingSecret: "rediscreds" existingSecret: "rediscreds"