chore(deps): update container image ghcr.io/gilesknap/gphotos-sync to v3.2.2@38ecd16 by renovate (#22221)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/gilesknap/gphotos-sync](https://togithub.com/gilesknap/gphotos-sync) | patch | `3.2.1` -> `3.2.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>gilesknap/gphotos-sync (ghcr.io/gilesknap/gphotos-sync)</summary> ### [`v3.2.2`](https://togithub.com/gilesknap/gphotos-sync/releases/tag/3.2.2) [Compare Source](https://togithub.com/gilesknap/gphotos-sync/compare/3.2.1...3.2.2) *** #### What's Changed - tutorial: fix github url by [@​sebrem](https://togithub.com/sebrem) in [https://github.com/gilesknap/gphotos-sync/pull/476](https://togithub.com/gilesknap/gphotos-sync/pull/476) - Protect BadIds.py from an empty bad ids file. by [@​peterjdolan](https://togithub.com/peterjdolan) in [https://github.com/gilesknap/gphotos-sync/pull/481](https://togithub.com/gilesknap/gphotos-sync/pull/481) - drop rope folder by [@​gilesknap](https://togithub.com/gilesknap) in [https://github.com/gilesknap/gphotos-sync/pull/482](https://togithub.com/gilesknap/gphotos-sync/pull/482) #### New Contributors - [@​sebrem](https://togithub.com/sebrem) made their first contribution in [https://github.com/gilesknap/gphotos-sync/pull/476](https://togithub.com/gilesknap/gphotos-sync/pull/476) - [@​peterjdolan](https://togithub.com/peterjdolan) made their first contribution in [https://github.com/gilesknap/gphotos-sync/pull/481](https://togithub.com/gilesknap/gphotos-sync/pull/481) **Full Changelog**: https://github.com/gilesknap/gphotos-sync/compare/3.2.1...3.2.2 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguNiIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
|||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 3.2.1
|
appVersion: 3.2.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 23.0.0
|
version: 23.0.0
|
||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/googlephotossync.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- googlephotossync
|
- googlephotossync
|
||||||
- Other
|
- Other
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -33,4 +33,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/googlephotossync
|
- https://github.com/truecharts/charts/tree/master/charts/stable/googlephotossync
|
||||||
- https://ghcr.io/gilesknap/gphotos-sync
|
- https://ghcr.io/gilesknap/gphotos-sync
|
||||||
type: application
|
type: application
|
||||||
version: 7.0.4
|
version: 7.0.5
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ghcr.io/gilesknap/gphotos-sync
|
repository: ghcr.io/gilesknap/gphotos-sync
|
||||||
tag: 3.2.1@sha256:a0a0a8357caa94ddb182242de878ad4a2920d38f29525d26d17776e60c4f17fc
|
tag: 3.2.2@sha256:38ecd16c3de89c25024530b06f1c29f3021c6438cecc32ee8376b2049774fef3
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user