walnuts1018 / infra

自宅サーバーの構成管理
6 stars 1 forks source link

Update Helm release nextcloud to v6.2.2 #929

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Update Change
nextcloud (source) patch 6.2.1 -> 6.2.2

Release Notes

nextcloud/helm (nextcloud) ### [`v6.2.2`](https://redirect.github.com/nextcloud/helm/releases/tag/nextcloud-6.2.2) A file sharing server that puts the control and security of your own data back into your hands. ##### What's Changed - update: 30.0.2 by [@​terop](https://redirect.github.com/terop) in [https://github.com/nextcloud/helm/pull/653](https://redirect.github.com/nextcloud/helm/pull/653) **Full Changelog**: https://github.com/nextcloud/helm/compare/nextcloud-6.2.1...nextcloud-6.2.2

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 1 week ago

Manifest (k8s/apps) diff

Click to expand ```diff --- snapshots-main/apps/nextcloud/helm.yaml 2024-11-09 18:57:06.459312442 +0000 +++ snapshots-head/apps/nextcloud/helm.yaml 2024-11-09 18:57:06.359312493 +0000 @@ -151,7 +151,7 @@ requests: memory: 256Mi repoURL: https://nextcloud.github.io/helm/ - targetRevision: 6.2.1 + targetRevision: 6.2.2 syncPolicy: automated: prune: true ```
github-actions[bot] commented 1 week ago

Helm diff

Click to expand ```diff --- snapshots-main/helm/nextcloud-helm.yaml 2024-11-09 18:57:06.479312431 +0000 +++ snapshots-head/helm/nextcloud-helm.yaml 2024-11-09 18:57:06.379312482 +0000 @@ -6,7 +6,7 @@ name: nextcloud-config labels: app.kubernetes.io/name: nextcloud - helm.sh/chart: nextcloud-6.2.1 + helm.sh/chart: nextcloud-6.2.2 app.kubernetes.io/instance: nextcloud app.kubernetes.io/managed-by: Helm data: @@ -261,7 +261,7 @@ name: nextcloud labels: app.kubernetes.io/name: nextcloud - helm.sh/chart: nextcloud-6.2.1 + helm.sh/chart: nextcloud-6.2.2 app.kubernetes.io/instance: nextcloud app.kubernetes.io/managed-by: Helm app.kubernetes.io/component: app @@ -284,7 +284,7 @@ name: nextcloud labels: app.kubernetes.io/name: nextcloud - helm.sh/chart: nextcloud-6.2.1 + helm.sh/chart: nextcloud-6.2.2 app.kubernetes.io/instance: nextcloud app.kubernetes.io/managed-by: Helm app.kubernetes.io/component: app @@ -310,7 +310,7 @@ spec: containers: - name: nextcloud - image: nextcloud:30.0.1-apache + image: nextcloud:30.0.2-apache imagePullPolicy: IfNotPresent env: @@ -481,7 +481,7 @@ - mountPath: /mnt/data/share name: samba-data - name: nextcloud-cron - image: nextcloud:30.0.1-apache + image: nextcloud:30.0.2-apache imagePullPolicy: IfNotPresent command: - /cron.sh @@ -637,7 +637,7 @@ name: nextcloud labels: app.kubernetes.io/name: nextcloud - helm.sh/chart: nextcloud-6.2.1 + helm.sh/chart: nextcloud-6.2.2 app.kubernetes.io/instance: nextcloud app.kubernetes.io/managed-by: Helm app.kubernetes.io/component: app ```