Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions charts/apps/piped/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sources:
- https://github.com/TeamPiped/Piped-Kubernetes
keywords:
- streaming
version: 8.1.22
version: 8.1.23
appVersion: latest
kubeVersion: ">=1.29.0"
maintainers:
Expand All @@ -25,6 +25,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Updated image for `frontend` from latest@sha256:fca228ff680c2aeff38d7642e2eeb1913723dbf4a5a8ac1d1bce3e647f53e8a7 to latest@sha256:7ccda9646bfde6dd19f7e63f2f1c791b801aa9b8f23e9da33bb9e51d3c7c5d47
- kind: changed
description: Updated image for `ytproxy` from latest@sha256:64b8a4822fd88f2bcb015c9c5effeff0b1086d262091398814814a31166e0067 to latest@sha256:2c783c358ef4a11fa5aa23fff739fec8d12433f74ac8e90a29bb900fa5fa57c8
description: Updated image for `ytproxy` from latest@sha256:2c783c358ef4a11fa5aa23fff739fec8d12433f74ac8e90a29bb900fa5fa57c8 to latest@sha256:901fef45ab9814636c9ba70f0f17da08c181f1bfa5fb2ddd9180d6b476bab56c
4 changes: 2 additions & 2 deletions charts/apps/piped/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# piped

![Version: 8.1.22](https://img.shields.io/badge/Version-8.1.22-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 8.1.23](https://img.shields.io/badge/Version-8.1.23-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.

Expand Down Expand Up @@ -108,7 +108,7 @@ The following table contains an overview of available values and their descripti
| ytproxy.enabled | bool | `true` | |
| ytproxy.image.pullPolicy | string | `""` | image pull policy |
| ytproxy.image.repository | string | `"1337kavin/piped-proxy"` | image repository |
| ytproxy.image.tag | string | `"latest@sha256:2c783c358ef4a11fa5aa23fff739fec8d12433f74ac8e90a29bb900fa5fa57c8"` | image tag |
| ytproxy.image.tag | string | `"latest@sha256:901fef45ab9814636c9ba70f0f17da08c181f1bfa5fb2ddd9180d6b476bab56c"` | image tag |
| ytproxy.service.main.enabled | bool | `true` | |
| ytproxy.service.main.ports.http.enabled | bool | `true` | |
| ytproxy.service.main.ports.http.port | int | `8080` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/apps/piped/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ ytproxy:
# -- image repository
repository: 1337kavin/piped-proxy
# -- image tag
tag: "latest@sha256:2c783c358ef4a11fa5aa23fff739fec8d12433f74ac8e90a29bb900fa5fa57c8" # Manifest index / Index Digest
tag: "latest@sha256:901fef45ab9814636c9ba70f0f17da08c181f1bfa5fb2ddd9180d6b476bab56c" # Manifest index / Index Digest
# -- image pull policy
pullPolicy: ""

Expand Down