From e4270851cc9e0850d7239a4f92c95a2779629901 Mon Sep 17 00:00:00 2001 From: CameronMunroe <53840354+CameronMunroe@users.noreply.github.com> Date: Thu, 6 Mar 2025 16:06:25 -0800 Subject: [PATCH] Updated Piped (#133) * Update Piped Manifest * Updated Version and Changelog * Updated Piped-Frontend, Piped-Proxy --- charts/apps/piped/Chart.yaml | 6 +++--- charts/apps/piped/values.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/apps/piped/Chart.yaml b/charts/apps/piped/Chart.yaml index 0192a57..c3b5b30 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.1.0 +version: 7.1.1 appVersion: latest kubeVersion: ">=1.26.0-0" maintainers: @@ -27,5 +27,5 @@ dependencies: condition: postgresql.enabled annotations: artifacthub.io/changes: |- - - kind: added - description: ability to set BG_HELPER_URL. + - kind: Updated + description: piped image. diff --git a/charts/apps/piped/values.yaml b/charts/apps/piped/values.yaml index 6263a6a..7d4c03d 100644 --- a/charts/apps/piped/values.yaml +++ b/charts/apps/piped/values.yaml @@ -35,7 +35,7 @@ frontend: # -- image repository repository: 1337kavin/piped-frontend # -- image tag - tag: "latest@sha256:96b746dc7a538d0f5a658864d9162be542c2db49f16f3cc8214878e39dec8504" # Manifest index + tag: "latest@sha256:614fa1e70285307ed64d39c76675d787cad9c429307c58b71352d1f72bfb2ac1" # Manifest index # -- image pull policy pullPolicy: IfNotPresent @@ -111,7 +111,7 @@ backend: repository: 1337kavin/piped # -- image tag # @chart.appVersion - tag: "latest@sha256:4640c0a7c2ec920a7e1c42db94cab41c1da08ae04e307620c5d9a619b0e3bffc" # Manifest index + tag: "latest@sha256:759979280703ba11e4069405d21c2fed62a902d135fcea25d76fa13a12f278d7" # Manifest index # -- image pull policy pullPolicy: IfNotPresent @@ -142,7 +142,7 @@ ytproxy: # -- image repository repository: 1337kavin/piped-proxy # -- image tag - tag: "latest@sha256:833ca24c048619c9cd6fe58e2d210bfc7b1e43875ba5108aeddea0b171f04dbd" # Manifest index + tag: "latest@sha256:4a77a613b33d8e8628463044a070a2c6ac353a5d8963f4abc1efccf00754ce09" # Manifest index # -- image pull policy pullPolicy: IfNotPresent