From b35f28b115d933099c3822cb5f3ce9f56f06ec8d Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 24 Jul 2024 15:34:56 +0200 Subject: [PATCH] chore(deps): update container image ghcr.io/gilesknap/gphotos-sync to v3.2.5@bd89d19 by renovate (#24088) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/gilesknap/gphotos-sync](https://togithub.com/gilesknap/gphotos-sync) | patch | `3.2.4` -> `3.2.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
gilesknap/gphotos-sync (ghcr.io/gilesknap/gphotos-sync) ### [`v3.2.5`](https://togithub.com/gilesknap/gphotos-sync/releases/tag/3.2.5) [Compare Source](https://togithub.com/gilesknap/gphotos-sync/compare/3.2.4...3.2.5) #### What's Changed - Codespell by [@​gilesknap](https://togithub.com/gilesknap) in [https://github.com/gilesknap/gphotos-sync/pull/498](https://togithub.com/gilesknap/gphotos-sync/pull/498) - Add codespell support (config, workflow to detect/not fix) and make it fix few typos by [@​yarikoptic](https://togithub.com/yarikoptic) in [https://github.com/gilesknap/gphotos-sync/pull/496](https://togithub.com/gilesknap/gphotos-sync/pull/496) - include Timeout errors in bad_ids and close future on raise - fixes [#​480](https://togithub.com/gilesknap/gphotos-sync/issues/480) and [#​488](https://togithub.com/gilesknap/gphotos-sync/issues/488) by [@​gilesknap](https://togithub.com/gilesknap) in [https://github.com/gilesknap/gphotos-sync/pull/499](https://togithub.com/gilesknap/gphotos-sync/pull/499) - Readme fix by [@​gilesknap](https://togithub.com/gilesknap) in [https://github.com/gilesknap/gphotos-sync/pull/500](https://togithub.com/gilesknap/gphotos-sync/pull/500) #### New Contributors - [@​yarikoptic](https://togithub.com/yarikoptic) made their first contribution in [https://github.com/gilesknap/gphotos-sync/pull/496](https://togithub.com/gilesknap/gphotos-sync/pull/496) **Full Changelog**: https://github.com/gilesknap/gphotos-sync/compare/3.2.4...3.2.5
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/stable/googlephotossync/Chart.yaml | 4 ++-- charts/stable/googlephotossync/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/googlephotossync/Chart.yaml b/charts/stable/googlephotossync/Chart.yaml index d3f300e6eb1..86f0efda4b9 100644 --- a/charts/stable/googlephotossync/Chart.yaml +++ b/charts/stable/googlephotossync/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 3.2.4 +appVersion: 3.2.5 dependencies: - name: common version: 24.1.5 @@ -32,4 +32,4 @@ sources: - https://ghcr.io/gilesknap/gphotos-sync - https://github.com/truecharts/charts/tree/master/charts/stable/googlephotossync type: application -version: 8.1.3 +version: 8.1.4 diff --git a/charts/stable/googlephotossync/values.yaml b/charts/stable/googlephotossync/values.yaml index 2d14bf1b31a..28d2657e743 100644 --- a/charts/stable/googlephotossync/values.yaml +++ b/charts/stable/googlephotossync/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: ghcr.io/gilesknap/gphotos-sync - tag: 3.2.4@sha256:199116413e84102364b13102c9341d30d1a5fbc6bcae407264c03e4f7e48cb67 + tag: 3.2.5@sha256:bd89d1998f932eaa976df171ae2f8d707263a64c75f3676ec2759f1c878abb8e persistence: config: enabled: true