diff --git a/charts/apps/piped/Chart.yaml b/charts/apps/piped/Chart.yaml index 8a49daa..7f234c1 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.3 +version: 7.2.4 appVersion: latest kubeVersion: ">=1.26.0-0" maintainers: @@ -28,4 +28,4 @@ dependencies: annotations: artifacthub.io/changes: |- - kind: changed - description: Updated image for `frontend` from latest@sha256:95d42ad855681cc8abcc12f95687b1508f71dcb635eaf2ead4335ae43b851269 to latest@sha256:ded263e7b89400f4b20ed89557717e235ada26a54473682af407b1078635acb0 + description: Updated image for `ytproxy` from latest@sha256:880b1117b6087e32b82c0204a96210fb87de61a874a3a2681361cc6d905e4d0e to latest@sha256:53575a0aa0f5ea81f66f6f43d4c74333559efd62c99c21588dfee0aacbab2265 diff --git a/charts/apps/piped/README.md b/charts/apps/piped/README.md index 87a9192..a353a00 100644 --- a/charts/apps/piped/README.md +++ b/charts/apps/piped/README.md @@ -1,6 +1,6 @@ # piped -![Version: 7.2.3](https://img.shields.io/badge/Version-7.2.3-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 7.2.4](https://img.shields.io/badge/Version-7.2.4-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Piped is an alternative privacy-friendly YouTube frontend which is efficient by design. @@ -113,7 +113,7 @@ The following table contains an overview of available values and their descripti | ytproxy.enabled | bool | `true` | | | ytproxy.image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | ytproxy.image.repository | string | `"1337kavin/piped-proxy"` | image repository | -| ytproxy.image.tag | string | `"latest@sha256:880b1117b6087e32b82c0204a96210fb87de61a874a3a2681361cc6d905e4d0e"` | image tag | +| ytproxy.image.tag | string | `"latest@sha256:53575a0aa0f5ea81f66f6f43d4c74333559efd62c99c21588dfee0aacbab2265"` | image tag | | ytproxy.service.main.enabled | bool | `true` | | | ytproxy.service.main.ports.http.enabled | bool | `true` | | | ytproxy.service.main.ports.http.port | int | `8080` | | diff --git a/charts/apps/piped/values.yaml b/charts/apps/piped/values.yaml index 24169ff..51deac4 100644 --- a/charts/apps/piped/values.yaml +++ b/charts/apps/piped/values.yaml @@ -142,7 +142,7 @@ ytproxy: # -- image repository repository: 1337kavin/piped-proxy # -- image tag - tag: "latest@sha256:880b1117b6087e32b82c0204a96210fb87de61a874a3a2681361cc6d905e4d0e" # Manifest index / Index Digest + tag: "latest@sha256:53575a0aa0f5ea81f66f6f43d4c74333559efd62c99c21588dfee0aacbab2265" # Manifest index / Index Digest # -- image pull policy pullPolicy: IfNotPresent