* [deconz] Update repository/tag and config mountPath
The deconz image repository has changed from marthoc/deconz to deconzcommunity/deconz and also requires to mounth the config to /opt/deCONZ.
Also updated to the lastest stable version "Crossfade 2.12.06" from the Phoscon changelog (https://phoscon.de/en/changelog/).
Signed-off-by: Daan van Gorkum <djvg@djvg.net>
* fix(dendrite/postgresql): fix init scripts
Init scripts for postgresql not are generated dynamically so the correct
username is used. Additionally they are loaded from a configmap rather
than injected into the values which did not work.
Also refactored into separated file for easier maintenance.
* docs(dendrite): Bump version and update changelog annotations
* docs(dendrite): Generate README
* New chart for Webtrees - Opensource genealogy application
Signed-off-by: Roger Rumao <rogerrum@gmail.com>
* New chart for Webtrees - Opensource genealogy application
Signed-off-by: Roger Rumao <rogerrum@gmail.com>
* New chart for Webtrees - Opensource genealogy application
Signed-off-by: Roger Rumao <rogerrum@gmail.com>
* New chart for Webtrees - Opensource genealogy application
fix lint issues
Signed-off-by: Roger Rumao <rogerrum@gmail.com>
* use container image direct from the source
It's possible that when this chart was first built, container images (or multi-arch images) were not available - but they are now. See https://github.com/0xERR0R/blocky/pkgs/container/blocky for images that include amd64, arm64, arm/v6, and arm/v7.
* bump Chart.yml version
* README updates
* add a CHANGELOG note
Co-authored-by: Harald Koch <chk@anemone.chk.cfrq.net>
* cryptpad: add default podSecurityContext
As per 72dd7030c1/Dockerfile-nginx (L25), the docker image for Cryptpad will spawn the cryptpad process with a non-root user: 72dd7030c1/supervisord.conf (L26)
Such unprivileged user will not be able to write in persistence volumes, which are mounted as root. To work around this, we set the fsGroup in accordance with what supervisord already does inside the image.
* cryptpad: bump chart version
* [double-take] Make detectors and notifiers optional
The default values file includes the `compreface` detector which should
be optional. There is no way to omit it.
Each detector and notifier (gotify) now contains an `enabled` field
which must be set to true to add that detector to the config, otherwise
it will be omitted.
Implements: #1314