mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-12-12 21:30:39 +05:30
Hmm
This commit is contained in:
parent
5378fcff83
commit
173ea58297
@ -1,3 +1,4 @@
|
||||
excluded-charts-lint: []
|
||||
|
||||
excluded-charts-install: []
|
||||
excluded-charts-lint:
|
||||
- chart1
|
||||
excluded-charts-install:
|
||||
- chart2
|
||||
|
9
charts/apps/piped/Chart.lock
Normal file
9
charts/apps/piped/Chart.lock
Normal file
@ -0,0 +1,9 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://bjw-s.github.io/helm-charts
|
||||
version: 1.5.1
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.5.38
|
||||
digest: sha256:23bd168fe9b8d24e9dfe2174e36ee05c5a2600e27a717b47afb228868e9bf3bc
|
||||
generated: "2024-11-01T07:19:54.013986522+02:00"
|
@ -10,7 +10,7 @@ sources:
|
||||
- https://github.com/TeamPiped/piped-proxy
|
||||
keywords:
|
||||
- streaming
|
||||
version: 6.1.0
|
||||
version: 6.1.1
|
||||
appVersion: latest
|
||||
kubeVersion: ">=1.26.0-0"
|
||||
maintainers:
|
||||
@ -28,6 +28,4 @@ dependencies:
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Default helm values now include current latest manifest index of the image
|
||||
- kind: changed
|
||||
description: Only support Kubernetes 1.26 and above.
|
||||
description: Updated readme
|
||||
|
@ -1,6 +1,6 @@
|
||||
# piped
|
||||
|
||||
![Version: 6.0.4](https://img.shields.io/badge/Version-6.0.4-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
|
||||
![Version: 6.1.0](https://img.shields.io/badge/Version-6.1.0-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.
|
||||
|
||||
@ -12,7 +12,7 @@ Piped is an alternative privacy-friendly YouTube frontend which is efficient by
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.22.0-0`
|
||||
Kubernetes: `>=1.26.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
@ -45,7 +45,7 @@ The following table contains an overview of available values and their descripti
|
||||
| backend.enabled | bool | `true` | |
|
||||
| backend.image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| backend.image.repository | string | `"1337kavin/piped"` | image repository |
|
||||
| backend.image.tag | string | `nil` | image tag @chart.appVersion |
|
||||
| backend.image.tag | string | `"latest@sha256:18e77857414236edc7245bebb3fb8ab3ac49c44bd76701bfce24f6ba0170d4b8"` | image tag @chart.appVersion |
|
||||
| backend.service.main.enabled | bool | `true` | |
|
||||
| backend.service.main.ports.http.enabled | bool | `true` | |
|
||||
| backend.service.main.ports.http.port | int | `8080` | |
|
||||
@ -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 | `nil` | image tag @chart.appVersion |
|
||||
| frontend.image.tag | string | `"latest@sha256:96b746dc7a538d0f5a658864d9162be542c2db49f16f3cc8214878e39dec8504"` | 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 | `nil` | image tag @chart.appVersion |
|
||||
| ytproxy.image.tag | string | `"latest@sha256:833ca24c048619c9cd6fe58e2d210bfc7b1e43875ba5108aeddea0b171f04dbd"` | image tag |
|
||||
| ytproxy.service.main.enabled | bool | `true` | |
|
||||
| ytproxy.service.main.ports.http.enabled | bool | `true` | |
|
||||
| ytproxy.service.main.ports.http.port | int | `8080` | |
|
||||
@ -125,4 +125,4 @@ The following table contains an overview of available values and their descripti
|
||||
</details>
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
|
||||
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
|
Binary file not shown.
BIN
charts/apps/piped/charts/common-1.5.1.tgz
Normal file
BIN
charts/apps/piped/charts/common-1.5.1.tgz
Normal file
Binary file not shown.
Binary file not shown.
BIN
charts/apps/piped/charts/postgresql-15.5.38.tgz
Normal file
BIN
charts/apps/piped/charts/postgresql-15.5.38.tgz
Normal file
Binary file not shown.
@ -35,7 +35,6 @@ frontend:
|
||||
# -- image repository
|
||||
repository: 1337kavin/piped-frontend
|
||||
# -- image tag
|
||||
# yamllint disable-line rule:line-length
|
||||
tag: "latest@sha256:96b746dc7a538d0f5a658864d9162be542c2db49f16f3cc8214878e39dec8504" # Manifest index
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
Loading…
Reference in New Issue
Block a user