b35f28b115
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 <details> <summary>gilesknap/gphotos-sync (ghcr.io/gilesknap/gphotos-sync)</summary> ### [`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 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
38 lines
728 B
YAML
38 lines
728 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/gilesknap/gphotos-sync
|
|
tag: 3.2.5@sha256:bd89d1998f932eaa976df171ae2f8d707263a64c75f3676ec2759f1c878abb8e
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
data:
|
|
enabled: true
|
|
mountPath: /storage
|
|
portal:
|
|
open:
|
|
enabled: false
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|