2023-02-15 06:55:36 +05:30
|
|
|
---
|
|
|
|
apiVersion: v2
|
2023-03-02 06:14:16 +05:30
|
|
|
description: Piped is an alternative privacy-friendly YouTube frontend which is efficient by design.
|
2023-02-15 06:55:36 +05:30
|
|
|
name: piped
|
2023-03-02 06:14:16 +05:30
|
|
|
home: https://github.com/TeamPiped/Piped-Kubernetes
|
2023-07-21 07:49:44 +05:30
|
|
|
icon: https://raw.githubusercontent.com/TeamPiped/Piped/master/public/img/icons/logo.svg
|
2023-03-02 06:14:16 +05:30
|
|
|
sources:
|
|
|
|
- https://github.com/TeamPiped/Piped
|
|
|
|
- https://github.com/TeamPiped/Piped-Backend
|
|
|
|
- https://github.com/TeamPiped/piped-proxy
|
|
|
|
keywords:
|
|
|
|
- streaming
|
2024-11-01 11:07:14 +05:30
|
|
|
version: 6.1.1
|
2023-02-15 06:55:36 +05:30
|
|
|
appVersion: latest
|
2024-11-01 11:00:41 +05:30
|
|
|
kubeVersion: ">=1.26.0-0"
|
2023-02-15 06:55:36 +05:30
|
|
|
maintainers:
|
2023-07-21 07:49:44 +05:30
|
|
|
- name: samip5 # Skyler Mäntysaari
|
2023-02-15 06:55:36 +05:30
|
|
|
email: samip5@users.noreply.github.com
|
2023-03-04 05:22:18 +05:30
|
|
|
url: https://github.com/samip5
|
2023-02-15 06:55:36 +05:30
|
|
|
dependencies:
|
|
|
|
- name: common
|
|
|
|
repository: https://bjw-s.github.io/helm-charts
|
2023-06-02 18:02:46 +05:30
|
|
|
version: 1.5.1
|
2023-03-02 06:14:16 +05:30
|
|
|
- name: postgresql
|
|
|
|
repository: https://charts.bitnami.com/bitnami
|
2024-10-02 04:12:00 +05:30
|
|
|
version: 15.5.38
|
2023-03-02 06:14:16 +05:30
|
|
|
condition: postgresql.enabled
|
2023-03-04 05:22:18 +05:30
|
|
|
annotations:
|
|
|
|
artifacthub.io/changes: |-
|
2024-05-02 18:38:16 +05:30
|
|
|
- kind: changed
|
2024-11-01 11:07:14 +05:30
|
|
|
description: Updated readme
|