chore(helm): update image docker.io/shaneisrael/fireshare v1.2.27 → v1.2.30 (#38810)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/shaneisrael/fireshare](https://redirect.github.com/ShaneIsrael/fireshare) | patch | `4c345b3` -> `d2a0af9` | --- > [!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>ShaneIsrael/fireshare (docker.io/shaneisrael/fireshare)</summary> ### [`v1.2.30`](https://redirect.github.com/ShaneIsrael/fireshare/releases/tag/v1.2.30) [Compare Source](https://redirect.github.com/ShaneIsrael/fireshare/compare/v1.2.28...v1.2.30) #### What's Changed - Fix links and derived data not being removed correctly by [@​ShaneIsrael](https://redirect.github.com/ShaneIsrael) in [#​322](https://redirect.github.com/ShaneIsrael/fireshare/pull/322) - Chunked Uploading Improvements & Deletion Fixes by [@​ShaneIsrael](https://redirect.github.com/ShaneIsrael) in [#​323](https://redirect.github.com/ShaneIsrael/fireshare/pull/323) **Full Changelog**: <https://github.com/ShaneIsrael/fireshare/compare/v1.2.28...v1.2.30> ### [`v1.2.28`](https://redirect.github.com/ShaneIsrael/fireshare/releases/tag/v1.2.28) [Compare Source](https://redirect.github.com/ShaneIsrael/fireshare/compare/v1.2.27...v1.2.28) #### What's Changed - Fix Large Files Failing To Upload by [@​ShaneIsrael](https://redirect.github.com/ShaneIsrael) in [#​319](https://redirect.github.com/ShaneIsrael/fireshare/pull/319) **Full Changelog**: <https://github.com/ShaneIsrael/fireshare/compare/v1.2.27...v1.2.28> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi41IiwidXBkYXRlZEluVmVyIjoiNDEuODIuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.2.27
|
||||
appVersion: 1.2.30
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.16.2
|
||||
@@ -35,5 +35,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/fireshare
|
||||
- https://hub.docker.com/r/shaneisrael/fireshare
|
||||
type: application
|
||||
version: 9.3.2
|
||||
version: 9.3.3
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: docker.io/shaneisrael/fireshare
|
||||
tag: v1.2.27@sha256:4c345b300184a776f4e24e04f62ccb3abb8d9e124339f5ef6779972e16dc801e
|
||||
tag: v1.2.30@sha256:d2a0af93748d757478ae1c7b72c69108969eb37840eeb0be192b575e20d50fe9
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user