diff --git a/manifests/artemis/penpot/values.yaml b/manifests/artemis/penpot/values.yaml index 1f8e058..85a6f8b 100644 --- a/manifests/artemis/penpot/values.yaml +++ b/manifests/artemis/penpot/values.yaml @@ -4,10 +4,10 @@ global: # -- 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 - 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. # @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. # *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