From fc577d09c66a509d90521eef3dbd0a649d6b3716 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 18 Apr 2026 22:32:37 +0200 Subject: [PATCH] =?UTF-8?q?fix(fireshare):=20update=20image=20docker.io/sh?= =?UTF-8?q?aneisrael/fireshare=201.6.1=20=E2=86=92=201.6.2=20(#47127)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
ShaneIsrael/fireshare (docker.io/shaneisrael/fireshare) ### [`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**:
--- ### 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. --- - [ ] 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). --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- charts/stable/fireshare/Chart.yaml | 14 +++++++------- charts/stable/fireshare/values.yaml | 5 ++++- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/charts/stable/fireshare/Chart.yaml b/charts/stable/fireshare/Chart.yaml index f0ebb49bee0..6f531abffc9 100644 --- a/charts/stable/fireshare/Chart.yaml +++ b/charts/stable/fireshare/Chart.yaml @@ -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 diff --git a/charts/stable/fireshare/values.yaml b/charts/stable/fireshare/values.yaml index bd4607cf0d5..1b3399bd0a7 100644 --- a/charts/stable/fireshare/values.yaml +++ b/charts/stable/fireshare/values.yaml @@ -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