martinohmann / home-ops

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

fix(helm): update nextcloud ( 5.0.1 → 5.0.2 ) #1036

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

Mend Renovate

This PR contains the following updates:

Package Update Change
nextcloud (source) patch 5.0.1 -> 5.0.2

Release Notes

nextcloud/helm (nextcloud) ### [`v5.0.2`](https://togithub.com/nextcloud/helm/releases/tag/nextcloud-5.0.2) [Compare Source](https://togithub.com/nextcloud/helm/compare/nextcloud-5.0.1...nextcloud-5.0.2) A file sharing server that puts the control and security of your own data back into your hands. #### What's Changed - update: 29.0.3 by [@​provokateurin](https://togithub.com/provokateurin) in [https://github.com/nextcloud/helm/pull/586](https://togithub.com/nextcloud/helm/pull/586) **Full Changelog**: https://github.com/nextcloud/helm/compare/nextcloud-5.0.1...nextcloud-5.0.2

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 has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 1 week 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.0.1
+      version: 5.0.2
   install:
     timeout: 60m
   interval: 2h
   upgrade:
     timeout: 60m
   values:
github-actions[bot] commented 1 week 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.2-fpm-alpine
+        image: public.ecr.aws/docker/library/nextcloud:29.0.3-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.2-fpm-alpine
+        image: public.ecr.aws/docker/library/nextcloud:29.0.3-fpm-alpine
         imagePullPolicy: IfNotPresent
         command:
         - /cron.sh
         env:
         - name: OVERWRITEPROTOCOL
           value: https