Open Issues Need Help
View All on GitHubAI Summary: The task involves modifying the Helm chart's templates to correctly utilize external PostgreSQL and Redis instances when specified in the `values.yaml` file. This requires updating the `_helpers.tpl` file to generate the correct PostgreSQL connection string using the external database configuration and updating the `secrets.yaml` file to use the external Redis configuration.
Helm chart of Ghostfolio, the Open Source Wealth Management Software.
AI Summary: The task is to modify the Ghostfolio Helm chart's deployment YAML to include the environment variable `NPM_CONFIG_CACHE` set to `/tmp/npm-cache`. This will allow the Ghostfolio application to run successfully as a non-root user by redirecting the npm cache to a writable location.
Helm chart of Ghostfolio, the Open Source Wealth Management Software.