fix(fireshare): update image docker.io/shaneisrael/fireshare 1.6.1 → 1.6.2 (#47127)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/shaneisrael/fireshare](https://redirect.github.com/ShaneIsrael/fireshare) | patch | `237cd4a` → `df607e1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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.6.2`](https://redirect.github.com/ShaneIsrael/fireshare/releases/tag/v1.6.2) [Compare Source](https://redirect.github.com/ShaneIsrael/fireshare/compare/v1.6.1...v1.6.2) #### What's New - **Release notes dialog** - A new in-app release notes viewer now appears automatically when a new version is detected. It renders markdown, supports pagination, and can be reopened anytime from the navigation bar when a new release is available. - **Update indicator** - The version box in the sidebar now shows a clickable icon when a newer version of Fireshare is available. #### Dockerfile Improvements - Switched apt sources to a kernel.org mirror for more reliable builds. - Removed stale NVIDIA apt sources that were causing build failures. - Standardized all `ENV` declarations to use `ENV KEY=VALUE` format. - Demo mode is now disabled by default in `.env.dev`. #### Bug Fixes & Cleanup - Fixed card size change handler signature. - Removed unused props and minor code cleanups. **Full Changelog**: <https://github.com/ShaneIsrael/fireshare/compare/v1.6.1...v1.6.2> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZmlyZXNoYXJlIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.6.1
|
||||
appVersion: 1.6.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.0.15
|
||||
@@ -20,20 +20,20 @@ dependencies:
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Share your game clips, videos, or other media via unique links.
|
||||
home: https://truecharts.org/truetech/truecharts/charts/stable/fireshare
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireshare.webp
|
||||
home: https://trueforge.org/truetech/truecharts/charts/stable/fireshare
|
||||
icon: https://trueforge.org/img/hotlink-ok/chart-icons/fireshare.webp
|
||||
keywords:
|
||||
- fireshare
|
||||
kubeVersion: '>=1.33.0-0'
|
||||
kubeVersion: '>=1.27.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
email: info@trueforge.org
|
||||
url: https://trueforge.org
|
||||
name: fireshare
|
||||
sources:
|
||||
- https://github.com/ShaneIsrael/fireshare
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fireshare
|
||||
- https://hub.docker.com/r/shaneisrael/fireshare
|
||||
type: application
|
||||
version: 10.1.2
|
||||
version: 10.1.3
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: docker.io/shaneisrael/fireshare
|
||||
tag: 1.6.1@sha256:237cd4a06867579394f6a556f41bbabf67bfe1fc41564c2b350710cca2ed0f7c
|
||||
tag: 1.6.2@sha256:df607e19db0e2f25626aca09109eaea73162500c0efaa60dea7baddc81499ea3
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
@@ -49,3 +49,6 @@ persistence:
|
||||
videos:
|
||||
enabled: true
|
||||
mountPath: /videos
|
||||
images:
|
||||
enabled: true
|
||||
mountPath: /images
|
||||
|
||||
Reference in New Issue
Block a user