From 57a3c09f55934e1561761bb0fdb77ff10e68289c Mon Sep 17 00:00:00 2001 From: CameronMunroe <53840354+CameronMunroe@users.noreply.github.com> Date: Tue, 11 Mar 2025 22:18:26 -0700 Subject: [PATCH] Bump Frontend (#136) * Update Piped-Frontend Update Piped Frontend to Current Release. sha256:95d42ad855681cc8abcc12f95687b1508f71dcb635eaf2ead4335ae43b851269 * Bump Chart --- 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 0f627c9..a1f6182 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.2.0 +version: 7.2.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.4.16 + description: Upgraded `piped-frontend` to current release. diff --git a/charts/apps/piped/values.yaml b/charts/apps/piped/values.yaml index 7d4c03d..98cfa3d 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:614fa1e70285307ed64d39c76675d787cad9c429307c58b71352d1f72bfb2ac1" # Manifest index + tag: "latest@sha256:95d42ad855681cc8abcc12f95687b1508f71dcb635eaf2ead4335ae43b851269" # Manifest index # -- image pull policy pullPolicy: IfNotPresent