From a925841b9e667c10b9b2ae9d95ef74e9f910b9b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 13:15:09 +0300 Subject: [PATCH] chore(deps): update 1337kavin/piped-proxy:latest docker digest to b2c3add (#143) --- charts/apps/piped/Chart.yaml | 8 +++----- charts/apps/piped/README.md | 4 ++-- charts/apps/piped/values.yaml | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/charts/apps/piped/Chart.yaml b/charts/apps/piped/Chart.yaml index 7aa6043..5af7ce7 100644 --- a/charts/apps/piped/Chart.yaml +++ b/charts/apps/piped/Chart.yaml @@ -10,7 +10,7 @@ sources: - https://github.com/TeamPiped/piped-proxy keywords: - streaming -version: 7.3.0 +version: 7.3.1 appVersion: latest kubeVersion: ">=1.26.0-0" maintainers: @@ -27,7 +27,5 @@ dependencies: condition: postgresql.enabled annotations: artifacthub.io/changes: |- - - kind: fixed - description: templating of environment variables for backend init-containers. - - kind: fixed - description: templating of environment variables for frontend init-containers. + - kind: changed + description: Updated image for `ytproxy` from latest@sha256:53575a0aa0f5ea81f66f6f43d4c74333559efd62c99c21588dfee0aacbab2265 to latest@sha256:b2c3add82a3ab35c417abbb3539fe89e51284357ddf790ba82eb6fca3006f506 diff --git a/charts/apps/piped/README.md b/charts/apps/piped/README.md index a353a00..1625b13 100644 --- a/charts/apps/piped/README.md +++ b/charts/apps/piped/README.md @@ -1,6 +1,6 @@ # piped -![Version: 7.2.4](https://img.shields.io/badge/Version-7.2.4-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 7.3.1](https://img.shields.io/badge/Version-7.3.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. @@ -113,7 +113,7 @@ The following table contains an overview of available values and their descripti | ytproxy.enabled | bool | `true` | | | ytproxy.image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | ytproxy.image.repository | string | `"1337kavin/piped-proxy"` | image repository | -| ytproxy.image.tag | string | `"latest@sha256:53575a0aa0f5ea81f66f6f43d4c74333559efd62c99c21588dfee0aacbab2265"` | image tag | +| ytproxy.image.tag | string | `"latest@sha256:b2c3add82a3ab35c417abbb3539fe89e51284357ddf790ba82eb6fca3006f506"` | image tag | | ytproxy.service.main.enabled | bool | `true` | | | ytproxy.service.main.ports.http.enabled | bool | `true` | | | ytproxy.service.main.ports.http.port | int | `8080` | | diff --git a/charts/apps/piped/values.yaml b/charts/apps/piped/values.yaml index 51deac4..ea9475c 100644 --- a/charts/apps/piped/values.yaml +++ b/charts/apps/piped/values.yaml @@ -142,7 +142,7 @@ ytproxy: # -- image repository repository: 1337kavin/piped-proxy # -- image tag - tag: "latest@sha256:53575a0aa0f5ea81f66f6f43d4c74333559efd62c99c21588dfee0aacbab2265" # Manifest index / Index Digest + tag: "latest@sha256:b2c3add82a3ab35c417abbb3539fe89e51284357ddf790ba82eb6fca3006f506" # Manifest index / Index Digest # -- image pull policy pullPolicy: IfNotPresent