groundhog2k / helm-charts

Helm charts for open source applications - ready to use for deployment on Kubernetes
MIT License
69 stars 56 forks source link

Upgrade nextcloud chart for Nextcloud 25.0.0 #1180

Closed groundhog2k closed 2 years ago

groundhog2k commented 2 years ago

Fixes #1177

groundhog2k commented 2 years ago

reminder-to-myself: Need to investigate upgrade to NC 25.0.0 a bit deeper: With activated liveness/readiness/startup probe the upgrade fails with error:

2022-10-20T07:22:18.897Z | PHP Fatal error: Declaration of OCA\Theming\ThemingDefaults::getScssVariables() must be compatible with OC_Defaults::getScssVariables(bool $brightBackground = true) in /var/www/html/apps/theming/lib/ThemingDefaults.php on line 343

With deactivated health checks update works.