You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow keeping the data volume (#155)
This commit makes it possible to add custom annotations to the PVC and introduces a new property that allows keeping the data volume on a Helm uninstall operation.
Signed-off-by: Christoph Fiehe <c.fiehe@eurodata.de>
Co-authored-by: Christoph Fiehe <c.fiehe@eurodata.de>
Feature/152 update to v6 (#154)
* Don't use default 1 for replicaCount
Since `default` handles 0 (zero) as "not set", it's currently impossible to scale the helm chart to 0 replicas.
The default value in the values file is 1 anyways, so this should not cause a breaking change.
* Update Chart.yaml with new version
* Update README.md
* Update Chart.yaml
Switch to v6 image
* Update values.yaml
update documentation comment in values.yaml
---------
Co-authored-by: Juan Picado <juanpicado19@gmail.com>