Skip to content

Commit

Permalink
chore(deps): update container image ghcr.io/gilesknap/gphotos-sync to…
Browse files Browse the repository at this point in the history
… v3.2.1@a0a0a83 by renovate (truecharts#16991)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/gilesknap/gphotos-sync](https://github.com/gilesknap/gphotos-sync)
| patch | `3.2.0` -> `3.2.1` |

---

> [!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.1`](https://github.com/gilesknap/gphotos-sync/releases/tag/3.2.1)

[Compare
Source](https://github.com/gilesknap/gphotos-sync/compare/3.2.0...3.2.1)

#### What's Changed

- Fix broken Python 3.12 release by
[@&truecharts#8203;gilesknap](https://github.com/gilesknap) in
[https://github.com/gilesknap/gphotos-sync/pull/464](https://github.com/gilesknap/gphotos-sync/pull/464)

**Full Changelog**:
gilesknap/gphotos-sync@3.2.0...3.2.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
  • Loading branch information
truecharts-admin authored and Gabriel Bärzén committed Feb 2, 2024
1 parent cff461a commit 88a5c21
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 deletions charts/stable/googlephotossync/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: googlephotossync
version: 4.2.1
appVersion: 3.2.0
version: 4.2.2
appVersion: 3.2.1
description: Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages).
home: https://truecharts.org/charts/incubator/googlephotossync
icon: https://truecharts.org/img/hotlink-ok/chart-icons/googlephotossync.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/googlephotossync
- https://ghcr.io/gilesknap/gphotos-sync
- https://ghcr.io/gilesknap/gphotos-sync
- https://github.com/truecharts/charts/tree/master/charts/incubator/googlephotossync
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- googlephotossync
- Other
- googlephotossync
- Other
dependencies:
- name: common
version: 17.2.22
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
- name: common
version: 17.2.22
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Other
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Other
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application
2 changes: 1 addition & 1 deletion charts/stable/googlephotossync/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: ghcr.io/gilesknap/gphotos-sync
tag: 3.2.0@sha256:c67e0cb3e06d72263858a3d13af295a6c53ee98dc5c705d7e66346fa848c9ad4
tag: 3.2.1@sha256:a0a0a8357caa94ddb182242de878ad4a2920d38f29525d26d17776e60c4f17fc
persistence:
config:
enabled: true
Expand Down

0 comments on commit 88a5c21

Please sign in to comment.