From 74d50604b7e89ff75f606247e900e235ac5e7543 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 12:39:45 +0200 Subject: [PATCH] chore(deps): update dependency python to 3.13 (#138) * chore(deps): update dependency python to 3.13 * chore: Auto-update chart metadata --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/charts-changelog.yaml | 2 +- charts/apps/piped/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/charts-changelog.yaml b/.github/workflows/charts-changelog.yaml index d91ee2e..e473d91 100644 --- a/.github/workflows/charts-changelog.yaml +++ b/.github/workflows/charts-changelog.yaml @@ -53,7 +53,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.13" - name: Install helm-docs run: | diff --git a/charts/apps/piped/README.md b/charts/apps/piped/README.md index afc6b79..c1fcd6b 100644 --- a/charts/apps/piped/README.md +++ b/charts/apps/piped/README.md @@ -1,6 +1,6 @@ # piped -![Version: 7.2.0](https://img.shields.io/badge/Version-7.2.0-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 7.2.1](https://img.shields.io/badge/Version-7.2.1-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Piped is an alternative privacy-friendly YouTube frontend which is efficient by design. @@ -60,7 +60,7 @@ The following table contains an overview of available values and their descripti | frontend.enabled | bool | `true` | | | frontend.image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | frontend.image.repository | string | `"1337kavin/piped-frontend"` | image repository | -| frontend.image.tag | string | `"latest@sha256:614fa1e70285307ed64d39c76675d787cad9c429307c58b71352d1f72bfb2ac1"` | image tag | +| frontend.image.tag | string | `"latest@sha256:95d42ad855681cc8abcc12f95687b1508f71dcb635eaf2ead4335ae43b851269"` | image tag | | frontend.service.main.enabled | bool | `true` | | | frontend.service.main.ports.http.enabled | bool | `true` | | | frontend.service.main.ports.http.port | int | `80` | |