chaijunkin / home-ops

K3s Cluster powered by proxmox
Do What The F*ck You Want To Public License
3 stars 0 forks source link

fix(helm): update chart nextcloud to 4.6.10 #47

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
nextcloud (source) patch 4.6.5 -> 4.6.10

Release Notes

nextcloud/helm (nextcloud) ### [`v4.6.10`](https://togithub.com/nextcloud/helm/releases/tag/nextcloud-4.6.10) [Compare Source](https://togithub.com/nextcloud/helm/compare/nextcloud-4.6.9...nextcloud-4.6.10) A file sharing server that puts the control and security of your own data back into your hands. #### What's Changed - feat: update appVersion to 29.0.1 by [@​terop](https://togithub.com/terop) in [https://github.com/nextcloud/helm/pull/579](https://togithub.com/nextcloud/helm/pull/579) **Full Changelog**: https://github.com/nextcloud/helm/compare/nextcloud-4.6.9...nextcloud-4.6.10 ### [`v4.6.9`](https://togithub.com/nextcloud/helm/releases/tag/nextcloud-4.6.9) [Compare Source](https://togithub.com/nextcloud/helm/compare/nextcloud-4.6.8...nextcloud-4.6.9) A file sharing server that puts the control and security of your own data back into your hands. #### What's Changed - Allow to set environment variables to Nginx container by [@​fmenabe](https://togithub.com/fmenabe) in [https://github.com/nextcloud/helm/pull/566](https://togithub.com/nextcloud/helm/pull/566) ##### CI only These changes don't affect the chart, but do affect submitting PRs, as they change the GitHub workflow runs: - only run chart linting for specific files instead of trying to catch every exception by [@​jessebot](https://togithub.com/jessebot) in [https://github.com/nextcloud/helm/pull/575](https://togithub.com/nextcloud/helm/pull/575) - Bump helm/kind-action from 1.8.0 to 1.10.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nextcloud/helm/pull/563](https://togithub.com/nextcloud/helm/pull/563) - Bump azure/setup-helm from 3.5 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nextcloud/helm/pull/557](https://togithub.com/nextcloud/helm/pull/557) #### New Contributors - [@​fmenabe](https://togithub.com/fmenabe) made their first contribution in [https://github.com/nextcloud/helm/pull/566](https://togithub.com/nextcloud/helm/pull/566) **Full Changelog**: https://github.com/nextcloud/helm/compare/nextcloud-4.6.8...nextcloud-4.6.9 ### [`v4.6.8`](https://togithub.com/nextcloud/helm/releases/tag/nextcloud-4.6.8) [Compare Source](https://togithub.com/nextcloud/helm/compare/nextcloud-4.6.7...nextcloud-4.6.8) A file sharing server that puts the control and security of your own data back into your hands. #### What's Changed - chore: Prevent displaying constant diffs for nextcloud-token in ArgoCD by [@​kahirokunn](https://togithub.com/kahirokunn) in [https://github.com/nextcloud/helm/pull/554](https://togithub.com/nextcloud/helm/pull/554) #### New Contributors - [@​kahirokunn](https://togithub.com/kahirokunn) made their first contribution in [https://github.com/nextcloud/helm/pull/554](https://togithub.com/nextcloud/helm/pull/554) **Full Changelog**: https://github.com/nextcloud/helm/compare/nextcloud-4.6.7...nextcloud-4.6.8 ### [`v4.6.7`](https://togithub.com/nextcloud/helm/releases/tag/nextcloud-4.6.7) [Compare Source](https://togithub.com/nextcloud/helm/compare/nextcloud-4.6.6...nextcloud-4.6.7) A file sharing server that puts the control and security of your own data back into your hands. #### What's Changed - ⚠️ feat: Update appVersion to 29.0.0 by [@​provokateurin](https://togithub.com/provokateurin) in [https://github.com/nextcloud/helm/pull/564](https://togithub.com/nextcloud/helm/pull/564) **Full Changelog**: https://github.com/nextcloud/helm/compare/nextcloud-4.6.6...nextcloud-4.6.7 ### [`v4.6.6`](https://togithub.com/nextcloud/helm/releases/tag/nextcloud-4.6.6) [Compare Source](https://togithub.com/nextcloud/helm/compare/nextcloud-4.6.5...nextcloud-4.6.6) A file sharing server that puts the control and security of your own data back into your hands. #### What's Changed - feat: keep PVCs when uninstalling helm chart by [@​Leptopoda](https://togithub.com/Leptopoda) in [https://github.com/nextcloud/helm/pull/555](https://togithub.com/nextcloud/helm/pull/555) #### New Contributors - [@​Leptopoda](https://togithub.com/Leptopoda) made their first contribution in [https://github.com/nextcloud/helm/pull/555](https://togithub.com/nextcloud/helm/pull/555) **Full Changelog**: https://github.com/nextcloud/helm/compare/nextcloud-4.6.5...nextcloud-4.6.6

Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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 8 months ago
--- HelmRelease: media/nextcloud Deployment: media/nextcloud

+++ HelmRelease: media/nextcloud Deployment: media/nextcloud

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

         nextcloud-config-hash: 3d67a2f6652dbacfe5b26291978b0686aca2594cdd3504b6fdf1edc616c3c4af
         php-config-hash: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
         hooks-hash: 9525c2748a6c7cd0e28ec740623d0b3fa5a75c83b51ccfd136bc89c76737b204
     spec:
       containers:
       - name: nextcloud
-        image: nextcloud:28.0.4-apache
+        image: nextcloud:29.0.1-apache
         imagePullPolicy: IfNotPresent
         lifecycle:
           postStart:
             exec:
               command:
               - /bin/sh
github-actions[bot] commented 8 months ago
--- kubernetes/apps/media/nextcloud/app Kustomization: flux-system/nextcloud HelmRelease: media/nextcloud

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

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

     spec:
       chart: nextcloud
       sourceRef:
         kind: HelmRepository
         name: nextcloud
         namespace: flux-system
-      version: 4.6.5
+      version: 4.6.10
   install:
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2
   uninstall: