From 67fa71fddf9c3fa2ef1b4eba65c70ec390a04916 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 5 May 2024 21:03:14 +0200 Subject: [PATCH] chore(deps): update container image xthursdayx/gpodder-docker to latest@7f9b748 by renovate (#17898) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | xthursdayx/gpodder-docker | digest | `dc40226` -> `7f9b748` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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://togithub.com/renovatebot/renovate). --------- Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/gpodder/Chart.yaml | 4 ++-- charts/stable/gpodder/values.yaml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/charts/stable/gpodder/Chart.yaml b/charts/stable/gpodder/Chart.yaml index d5cfebd68a2..d87cc0a5c42 100644 --- a/charts/stable/gpodder/Chart.yaml +++ b/charts/stable/gpodder/Chart.yaml @@ -24,7 +24,7 @@ keywords: - gpodder - Downloaders - MediaApp-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/gpodder - https://hub.docker.com/r/xthursdayx/gpodder-docker type: application -version: 6.0.4 +version: 6.0.5 diff --git a/charts/stable/gpodder/values.yaml b/charts/stable/gpodder/values.yaml index e046e3a2f3e..06bb08aed69 100644 --- a/charts/stable/gpodder/values.yaml +++ b/charts/stable/gpodder/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: xthursdayx/gpodder-docker - tag: latest@sha256:dc402262ada60b969d9dca5f4eda81d763d138c87a7c57e72a417d5c292cfb9d + tag: latest@sha256:7f9b748fd60f5290b46bc2eff3f266ff8f8c7c489d1453dbbd884dbfd507f80a persistence: config: enabled: true @@ -9,6 +9,8 @@ persistence: downloadspath: enabled: true mountPath: /downloads + varrun: + enabled: false portal: open: enabled: true