mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2025-04-26 23:00:31 +05:30
Merge branch 'main' into frontend_env
# Conflicts: # charts/apps/piped/Chart.yaml
This commit is contained in:
commit
f8f2c4ed3c
@ -10,7 +10,7 @@ sources:
|
||||
- https://github.com/TeamPiped/piped-proxy
|
||||
keywords:
|
||||
- streaming
|
||||
version: 7.4.0
|
||||
version: 7.3.4
|
||||
appVersion: latest
|
||||
kubeVersion: ">=1.26.0-0"
|
||||
maintainers:
|
||||
@ -27,5 +27,5 @@ dependencies:
|
||||
condition: postgresql.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: added
|
||||
description: ability to figure out the backend host for the frontend config automatically
|
||||
- kind: changed
|
||||
description: Updated image for `ytproxy` from latest@sha256:02065eac66d6b0c6922b64f907c16f13fcff5a4933e5bbf87b77de0ebfcd92c7 to latest@sha256:9fd917ba759dae1465415288e4d880e86b57ec385afa700fd33e13c54e61e352
|
||||
|
@ -1,6 +1,6 @@
|
||||
# piped
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
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:53575a0aa0f5ea81f66f6f43d4c74333559efd62c99c21588dfee0aacbab2265"` | image tag |
|
||||
| ytproxy.image.tag | string | `"latest@sha256:9fd917ba759dae1465415288e4d880e86b57ec385afa700fd33e13c54e61e352"` | image tag |
|
||||
| ytproxy.service.main.enabled | bool | `true` | |
|
||||
| ytproxy.service.main.ports.http.enabled | bool | `true` | |
|
||||
| ytproxy.service.main.ports.http.port | int | `8080` | |
|
||||
|
@ -142,7 +142,7 @@ ytproxy:
|
||||
# -- image repository
|
||||
repository: 1337kavin/piped-proxy
|
||||
# -- image tag
|
||||
tag: "latest@sha256:53575a0aa0f5ea81f66f6f43d4c74333559efd62c99c21588dfee0aacbab2265" # Manifest index / Index Digest
|
||||
tag: "latest@sha256:9fd917ba759dae1465415288e4d880e86b57ec385afa700fd33e13c54e61e352" # Manifest index / Index Digest
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user