diff --git a/charts/apps/piped/Chart.yaml b/charts/apps/piped/Chart.yaml index e6cad40..5fadc01 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.3.2 +version: 7.3.3 appVersion: latest kubeVersion: ">=1.26.0-0" maintainers: @@ -28,4 +28,4 @@ dependencies: annotations: artifacthub.io/changes: |- - kind: changed - description: Updated image for `ytproxy` from latest@sha256:b2c3add82a3ab35c417abbb3539fe89e51284357ddf790ba82eb6fca3006f506 to latest@sha256:d53bcf3eb0eb944656e0606a402c26a6e2e6247b32c4200030fa72b8ad79379f + description: Updated image for `ytproxy` from latest@sha256:d53bcf3eb0eb944656e0606a402c26a6e2e6247b32c4200030fa72b8ad79379f to latest@sha256:02065eac66d6b0c6922b64f907c16f13fcff5a4933e5bbf87b77de0ebfcd92c7 diff --git a/charts/apps/piped/README.md b/charts/apps/piped/README.md index 41eb05a..b9975b0 100644 --- a/charts/apps/piped/README.md +++ b/charts/apps/piped/README.md @@ -1,6 +1,6 @@ # piped -![Version: 7.3.2](https://img.shields.io/badge/Version-7.3.2-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 7.3.3](https://img.shields.io/badge/Version-7.3.3-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:d53bcf3eb0eb944656e0606a402c26a6e2e6247b32c4200030fa72b8ad79379f"` | image tag | +| ytproxy.image.tag | string | `"latest@sha256:02065eac66d6b0c6922b64f907c16f13fcff5a4933e5bbf87b77de0ebfcd92c7"` | 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 4f84115..a518b01 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:d53bcf3eb0eb944656e0606a402c26a6e2e6247b32c4200030fa72b8ad79379f" # Manifest index / Index Digest + tag: "latest@sha256:02065eac66d6b0c6922b64f907c16f13fcff5a4933e5bbf87b77de0ebfcd92c7" # Manifest index / Index Digest # -- image pull policy pullPolicy: IfNotPresent