nextcloud / helm

A community maintained helm chart for deploying Nextcloud on Kubernetes.
GNU Affero General Public License v3.0
295 stars 258 forks source link

Can't upgrade Nextcloud from chart version 4.5.3 to 4.5.5 #493

Closed supermario18b closed 6 months ago

supermario18b commented 6 months ago

Hi everyone,

I can't upgrade nextcloud from chart version 4.5.3 to 4.5.5. I execute this command: helm upgrade --install nextcloud nextcloud/nextcloud --values nextcloud-values.yaml -n mynamespace --version 4.5.5 I've also tried with version 4.5.4. The readiness and liveness checks always fail. I can't see any relevant log record. I use postgresql as external database and that is set in the values file (username and pw are in the values file too). If I downgrade to version 4.5.3 everything works fine.

Has anybody the same problem? Am I missing something?

Thanks in advance for same clarification,

supermario18b

provokateurin commented 6 months ago

4.5.5 has a newer image version, so nextcloud performs an upgrade. You need to wait a bit for the upgrade to be done. If the pods are killed during the upgrade you are running into https://github.com/nextcloud/helm/issues/333

supermario18b commented 6 months ago

@provokateurin thanks for your reply, you're right, I've set an higher value for initialDelaySeconds (livenessProbe und readinessProbe) and it worked.