chore(helm): update image docker.io/shaneisrael/fireshare v1.2.25 → v1.2.26 (#37820)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/shaneisrael/fireshare](https://redirect.github.com/ShaneIsrael/fireshare) | patch | `7487bb5` -> `3592b54` | 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.26`](https://redirect.github.com/ShaneIsrael/fireshare/releases/tag/v1.2.26) [Compare Source](https://redirect.github.com/ShaneIsrael/fireshare/compare/v1.2.25...v1.2.26) #### What's Changed - Feature/chunked uploading by [@​sa20001](https://redirect.github.com/sa20001) in [https://github.com/ShaneIsrael/fireshare/pull/308](https://redirect.github.com/ShaneIsrael/fireshare/pull/308) - Sql Injection Fix by [@​ShaneIsrael](https://redirect.github.com/ShaneIsrael) first reported by [@​cyberducky0o0](https://redirect.github.com/cyberducky0o0) in [https://github.com/ShaneIsrael/fireshare/pull/312](https://redirect.github.com/ShaneIsrael/fireshare/pull/312) #### New Contributors - [@​sa20001](https://redirect.github.com/sa20001) made their first contribution in [https://github.com/ShaneIsrael/fireshare/pull/308](https://redirect.github.com/ShaneIsrael/fireshare/pull/308) **Full Changelog**: https://github.com/ShaneIsrael/fireshare/compare/v1.2.25...v1.2.26 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
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.25
|
||||
appVersion: 1.2.26
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.13.0
|
||||
@@ -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.1.0
|
||||
version: 9.1.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: docker.io/shaneisrael/fireshare
|
||||
tag: v1.2.25@sha256:7487bb5eeca6c588e2c11f1a3b5aa07fb427374826073057b0fec757dea86e06
|
||||
tag: v1.2.26@sha256:3592b545f0fb3a27dd619b8da1dedd024b2259b70fd31dcebe6280352904f378
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user