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