owncloud-docker / helm-charts

ownCloud Server Helm charts
https://owncloud-docker.github.io/helm-charts/
Apache License 2.0
4 stars 11 forks source link

feat: enable automatic deployment rolling #24

Closed d7oc closed 2 years ago

d7oc commented 2 years ago

This PR changes the helm charts from the automatic configMap change reading by oC10 to automatic deployment rolling, see https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments. So the pods will be rolled if a change in the secret owncloud-config occurs, which means that every time Values.owncloud.configExtra is touched during a helm upgrade the pods are rolled to ensure there are new pods with the correct configuration.

xoxys commented 2 years ago

CI is failing

xoxys commented 2 years ago

Please rebase.