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.
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 timeValues.owncloud.configExtra
is touched during ahelm upgrade
the pods are rolled to ensure there are new pods with the correct configuration.