mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2025-04-26 23:00:31 +05:30
chore(deps): update 1337kavin/piped-frontend:latest docker digest to ded263e (#140)
* chore(deps): update 1337kavin/piped-frontend:latest docker digest to ded263e * chore: Auto-update chart metadata --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
800070646f
commit
9b5a65481a
@ -10,7 +10,7 @@ sources:
|
||||
- https://github.com/TeamPiped/piped-proxy
|
||||
keywords:
|
||||
- streaming
|
||||
version: 7.2.2
|
||||
version: 7.2.3
|
||||
appVersion: latest
|
||||
kubeVersion: ">=1.26.0-0"
|
||||
maintainers:
|
||||
@ -28,4 +28,4 @@ dependencies:
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `piped-proxy` to current release.
|
||||
description: Updated image for `frontend` from latest@sha256:95d42ad855681cc8abcc12f95687b1508f71dcb635eaf2ead4335ae43b851269 to latest@sha256:ded263e7b89400f4b20ed89557717e235ada26a54473682af407b1078635acb0
|
||||
|
@ -1,6 +1,6 @@
|
||||
# piped
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Piped is an alternative privacy-friendly YouTube frontend which is efficient by design.
|
||||
|
||||
@ -60,7 +60,7 @@ The following table contains an overview of available values and their descripti
|
||||
| frontend.enabled | bool | `true` | |
|
||||
| frontend.image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| frontend.image.repository | string | `"1337kavin/piped-frontend"` | image repository |
|
||||
| frontend.image.tag | string | `"latest@sha256:95d42ad855681cc8abcc12f95687b1508f71dcb635eaf2ead4335ae43b851269"` | image tag |
|
||||
| frontend.image.tag | string | `"latest@sha256:ded263e7b89400f4b20ed89557717e235ada26a54473682af407b1078635acb0"` | image tag |
|
||||
| frontend.service.main.enabled | bool | `true` | |
|
||||
| frontend.service.main.ports.http.enabled | bool | `true` | |
|
||||
| frontend.service.main.ports.http.port | int | `80` | |
|
||||
@ -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:4a77a613b33d8e8628463044a070a2c6ac353a5d8963f4abc1efccf00754ce09"` | image tag |
|
||||
| ytproxy.image.tag | string | `"latest@sha256:880b1117b6087e32b82c0204a96210fb87de61a874a3a2681361cc6d905e4d0e"` | image tag |
|
||||
| ytproxy.service.main.enabled | bool | `true` | |
|
||||
| ytproxy.service.main.ports.http.enabled | bool | `true` | |
|
||||
| ytproxy.service.main.ports.http.port | int | `8080` | |
|
||||
|
@ -35,7 +35,7 @@ frontend:
|
||||
# -- image repository
|
||||
repository: 1337kavin/piped-frontend
|
||||
# -- image tag
|
||||
tag: "latest@sha256:95d42ad855681cc8abcc12f95687b1508f71dcb635eaf2ead4335ae43b851269" # Manifest index / Index Digest
|
||||
tag: "latest@sha256:ded263e7b89400f4b20ed89557717e235ada26a54473682af407b1078635acb0" # Manifest index / Index Digest
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user