chore(helm): update image ghcr.io/schlagmichdoch/pairdrop v1.11.1 → v1.11.2 (#32541)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/schlagmichdoch/pairdrop](https://redirect.github.com/schlagmichdoch/PairDrop) | patch | `6363f34` -> `c4b3097` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>schlagmichdoch/PairDrop (ghcr.io/schlagmichdoch/pairdrop)</summary> ### [`v1.11.2`](https://redirect.github.com/schlagmichdoch/PairDrop/releases/tag/v1.11.2) [Compare Source](https://redirect.github.com/schlagmichdoch/PairDrop/compare/v1.11.1...v1.11.2) #### Enhancements - Speed up update process by skipping waiting and claiming currently open pages -> no need to close all tabs in order to get an update anymore - Update Bluesky icon from square to butterfly - Update node dependencies #### Fixes - Prevent service-worker from responding with redirect (fixes [#​384](https://redirect.github.com/schlagmichdoch/PairDrop/issues/384)) - Fix: switch off twitter button via env var not possible ([#​388](https://redirect.github.com/schlagmichdoch/PairDrop/issues/388)) - Add missing files to paths that get cached upon sw installation #### Languages - Translations updates from Hosted Weblate (Japanese) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.11.1
|
||||
appVersion: 1.11.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/schlagmichdoch/PairDrop/pkgs/container/pairdrop
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/pairdrop
|
||||
type: application
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/schlagmichdoch/pairdrop
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.11.1@sha256:6363f3483fad9f4efd7ac1c135f729eb5c92885caa1981883b548fc7d8e8f1a3
|
||||
tag: v1.11.2@sha256:c4b30977264a76e335740089e693a52a0d0d616330dec7f93c7b96beef7b4a02
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user