From 9524e634ffa6a0589fca5b796f23dd72a2725bad Mon Sep 17 00:00:00 2001 From: CameronMunroe <53840354+CameronMunroe@users.noreply.github.com> Date: Wed, 22 Jan 2025 08:18:16 -0800 Subject: [PATCH] fix: iOS player response by bumping backend (#126) * Bump Piped Update to Version 7.0.1 (minor update for Piped Backend) --- charts/apps/piped/Chart.yaml | 4 ++-- charts/apps/piped/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/apps/piped/Chart.yaml b/charts/apps/piped/Chart.yaml index 4368949..5cb73f4 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.0.0 +version: 7.0.1 appVersion: latest kubeVersion: ">=1.26.0-0" maintainers: @@ -28,4 +28,4 @@ dependencies: annotations: artifacthub.io/changes: |- - kind: changed - description: Upgraded `postgresql` chart dependency to version 16.3.4 + description: Bumped Piped Backend to latest released version to fix IOS player reponse not valid. diff --git a/charts/apps/piped/values.yaml b/charts/apps/piped/values.yaml index 63aa184..fb829c3 100644 --- a/charts/apps/piped/values.yaml +++ b/charts/apps/piped/values.yaml @@ -110,7 +110,7 @@ backend: repository: 1337kavin/piped # -- image tag # @chart.appVersion - tag: "latest@sha256:18e77857414236edc7245bebb3fb8ab3ac49c44bd76701bfce24f6ba0170d4b8" # Manifest index + tag: "latest@sha256:4640c0a7c2ec920a7e1c42db94cab41c1da08ae04e307620c5d9a619b0e3bffc" # Manifest index # -- image pull policy pullPolicy: IfNotPresent