Skip to content

Commit 9524e63

Browse files
fix: iOS player response by bumping backend (#126)
* Bump Piped Update to Version 7.0.1 (minor update for Piped Backend)
1 parent e84613c commit 9524e63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/apps/piped/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sources:
1010
- https://github.com/TeamPiped/piped-proxy
1111
keywords:
1212
- streaming
13-
version: 7.0.0
13+
version: 7.0.1
1414
appVersion: latest
1515
kubeVersion: ">=1.26.0-0"
1616
maintainers:
@@ -28,4 +28,4 @@ dependencies:
2828
annotations:
2929
artifacthub.io/changes: |-
3030
- kind: changed
31-
description: Upgraded `postgresql` chart dependency to version 16.3.4
31+
description: Bumped Piped Backend to latest released version to fix IOS player reponse not valid.

charts/apps/piped/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ backend:
110110
repository: 1337kavin/piped
111111
# -- image tag
112112
# @chart.appVersion
113-
tag: "latest@sha256:18e77857414236edc7245bebb3fb8ab3ac49c44bd76701bfce24f6ba0170d4b8" # Manifest index
113+
tag: "latest@sha256:4640c0a7c2ec920a7e1c42db94cab41c1da08ae04e307620c5d9a619b0e3bffc" # Manifest index
114114
# -- image pull policy
115115
pullPolicy: IfNotPresent
116116

0 commit comments

Comments
 (0)