apps/design/penpot: update with redis simplification
This commit is contained in:
parent
ab22280da5
commit
c6a118adb1
2 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@ spec:
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: penpot
|
chart: penpot
|
||||||
version: 0.5.0
|
version: 0.21.0
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: penpot
|
name: penpot
|
||||||
|
|
|
@ -8,7 +8,8 @@ data:
|
||||||
global:
|
global:
|
||||||
postgresqlEnabled: true
|
postgresqlEnabled: true
|
||||||
redisEnabled: true
|
redisEnabled: true
|
||||||
#redis:
|
redis:
|
||||||
|
architecture: standalone
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
podLabels:
|
podLabels:
|
||||||
|
|
Loading…
Add table
Reference in a new issue