martinohmann / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
MIT License
14 stars 0 forks source link

fix(helm): update nextcloud ( 5.2.0 β†’ 5.2.3 ) #1150

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
nextcloud (source) patch 5.2.0 -> 5.2.3

Release Notes

nextcloud/helm (nextcloud) ### [`v5.2.3`](https://togithub.com/nextcloud/helm/releases/tag/nextcloud-5.2.3) [Compare Source](https://togithub.com/nextcloud/helm/compare/nextcloud-5.2.2...nextcloud-5.2.3) A file sharing server that puts the control and security of your own data back into your hands. #### What's Changed - Update pull_request_template.md - remove top header + add link to contributing docs by [@​jessebot](https://togithub.com/jessebot) in [https://github.com/nextcloud/helm/pull/593](https://togithub.com/nextcloud/helm/pull/593) - add documentation section on adjusting php.ini values by [@​jessebot](https://togithub.com/jessebot) in [https://github.com/nextcloud/helm/pull/595](https://togithub.com/nextcloud/helm/pull/595) - update: 29.0.4 by [@​terop](https://togithub.com/terop) in [https://github.com/nextcloud/helm/pull/599](https://togithub.com/nextcloud/helm/pull/599) **Full Changelog**: https://github.com/nextcloud/helm/compare/nextcloud-5.2.2...nextcloud-5.2.3 ### [`v5.2.2`](https://togithub.com/nextcloud/helm/releases/tag/nextcloud-5.2.2) [Compare Source](https://togithub.com/nextcloud/helm/compare/nextcloud-5.2.1...nextcloud-5.2.2) A file sharing server that puts the control and security of your own data back into your hands. #### What's Changed - Chart update adding Service Annotations ie for LB Use, Issue [#​185](https://togithub.com/nextcloud/helm/issues/185) by [@​wethinkagile](https://togithub.com/wethinkagile) in [https://github.com/nextcloud/helm/pull/565](https://togithub.com/nextcloud/helm/pull/565) **Full Changelog**: https://github.com/nextcloud/helm/compare/nextcloud-5.2.1...nextcloud-5.2.2 ### [`v5.2.1`](https://togithub.com/nextcloud/helm/releases/tag/nextcloud-5.2.1) [Compare Source](https://togithub.com/nextcloud/helm/compare/nextcloud-5.2.0...nextcloud-5.2.1) A file sharing server that puts the control and security of your own data back into your hands. #### What's Changed - Add: Redis persistent volumes settings to values by [@​f3k-freek](https://togithub.com/f3k-freek) in [https://github.com/nextcloud/helm/pull/549](https://togithub.com/nextcloud/helm/pull/549) #### New Contributors - [@​f3k-freek](https://togithub.com/f3k-freek) made their first contribution in [https://github.com/nextcloud/helm/pull/549](https://togithub.com/nextcloud/helm/pull/549) **Full Changelog**: https://github.com/nextcloud/helm/compare/nextcloud-5.2.0...nextcloud-5.2.1

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 3 months ago

kustomization changes in kubernetes/main

--- kubernetes/main/apps/default/nextcloud/app Kustomization: flux-system/nextcloud HelmRelease: default/nextcloud

+++ kubernetes/main/apps/default/nextcloud/app Kustomization: flux-system/nextcloud HelmRelease: default/nextcloud

@@ -13,13 +13,13 @@

     spec:
       chart: nextcloud
       sourceRef:
         kind: HelmRepository
         name: nextcloud
         namespace: flux-system
-      version: 5.2.0
+      version: 5.2.3
   install:
     timeout: 60m
   interval: 2h
   upgrade:
     timeout: 60m
   values:
github-actions[bot] commented 3 months ago

helmrelease changes in kubernetes/main

--- HelmRelease: default/nextcloud Deployment: default/nextcloud

+++ HelmRelease: default/nextcloud Deployment: default/nextcloud

@@ -30,13 +30,13 @@

         php-config-hash: b42c4841da13ab0c6d450941f1d15997c7ee914e8f09152d25ac1af57d0ccc8c
         nginx-config-hash: 18dd8f905a93ed27f032e9ae68084222ed7e5926f7144cda17b979780f4da54b
         hooks-hash: 9525c2748a6c7cd0e28ec740623d0b3fa5a75c83b51ccfd136bc89c76737b204
     spec:
       containers:
       - name: nextcloud
-        image: public.ecr.aws/docker/library/nextcloud:29.0.3-fpm-alpine
+        image: public.ecr.aws/docker/library/nextcloud:29.0.4-fpm-alpine
         imagePullPolicy: IfNotPresent
         env:
         - name: OVERWRITEPROTOCOL
           value: https
         - name: POSTGRES_HOST
           valueFrom:
@@ -255,13 +255,13 @@

         - name: nextcloud-main
           mountPath: /var/www/html/themes
           subPath: themes
         - name: nextcloud-nginx-config
           mountPath: /etc/nginx/conf.d/
       - name: nextcloud-cron
-        image: public.ecr.aws/docker/library/nextcloud:29.0.3-fpm-alpine
+        image: public.ecr.aws/docker/library/nextcloud:29.0.4-fpm-alpine
         imagePullPolicy: IfNotPresent
         command:
         - /cron.sh
         env:
         - name: OVERWRITEPROTOCOL
           value: https