chore(penpot): Changed values to in clude postgres and valkey
All checks were successful
Validate K8s manifests / validate-manifests (push) Successful in 58s
All checks were successful
Validate K8s manifests / validate-manifests (push) Successful in 58s
This commit is contained in:
@@ -4,10 +4,10 @@
|
|||||||
global:
|
global:
|
||||||
# -- Whether to deploy the Bitnami PostgreSQL chart as subchart. Check [the official chart](https://artifacthub.io/packages/helm/bitnami/postgresql) for configuration.
|
# -- Whether to deploy the Bitnami PostgreSQL chart as subchart. Check [the official chart](https://artifacthub.io/packages/helm/bitnami/postgresql) for configuration.
|
||||||
# @section -- Global parameters
|
# @section -- Global parameters
|
||||||
postgresqlEnabled: false
|
postgresqlEnabled: true
|
||||||
# -- Whether to deploy the Bitnami Valkey chart as subchart. Check [the official chart](https://artifacthub.io/packages/helm/bitnami/valkey) for configuration.
|
# -- Whether to deploy the Bitnami Valkey chart as subchart. Check [the official chart](https://artifacthub.io/packages/helm/bitnami/valkey) for configuration.
|
||||||
# @section -- Global parameters
|
# @section -- Global parameters
|
||||||
valkeyEnabled: false
|
valkeyEnabled: true
|
||||||
# -- Whether to deploy the Bitnami Redis chart as subchart. Check [the official chart](https://artifacthub.io/packages/helm/bitnami/redis) for configuration.
|
# -- Whether to deploy the Bitnami Redis chart as subchart. Check [the official chart](https://artifacthub.io/packages/helm/bitnami/redis) for configuration.
|
||||||
# *DEPRECATION WARNING: Since Penpot 2.8, Penpot has migrated from Redis to Valkey. Although migration is recommended, Penpot will work seamlessly with compatible Redis versions.
|
# *DEPRECATION WARNING: Since Penpot 2.8, Penpot has migrated from Redis to Valkey. Although migration is recommended, Penpot will work seamlessly with compatible Redis versions.
|
||||||
# @section -- Global parameters
|
# @section -- Global parameters
|
||||||
|
|||||||
Reference in New Issue
Block a user