2023-02-15 01:25:36 +00:00
|
|
|
---
|
|
|
|
apiVersion: v2
|
2023-03-02 00:44:16 +00:00
|
|
|
description: Piped is an alternative privacy-friendly YouTube frontend which is efficient by design.
|
2023-02-15 01:25:36 +00:00
|
|
|
name: piped
|
2023-03-02 00:44:16 +00:00
|
|
|
home: https://github.com/TeamPiped/Piped-Kubernetes
|
2023-07-21 02:19:44 +00:00
|
|
|
icon: https://raw.githubusercontent.com/TeamPiped/Piped/master/public/img/icons/logo.svg
|
2023-03-02 00:44:16 +00:00
|
|
|
sources:
|
|
|
|
- https://github.com/TeamPiped/Piped
|
|
|
|
- https://github.com/TeamPiped/Piped-Backend
|
|
|
|
- https://github.com/TeamPiped/piped-proxy
|
|
|
|
keywords:
|
|
|
|
- streaming
|
2024-02-01 12:05:32 +00:00
|
|
|
version: 5.0.1
|
2023-02-15 01:25:36 +00:00
|
|
|
appVersion: latest
|
2023-03-03 23:52:18 +00:00
|
|
|
kubeVersion: ">=1.22.0-0"
|
2023-02-15 01:25:36 +00:00
|
|
|
maintainers:
|
2023-07-21 02:19:44 +00:00
|
|
|
- name: samip5 # Skyler Mäntysaari
|
2023-02-15 01:25:36 +00:00
|
|
|
email: samip5@users.noreply.github.com
|
2023-03-03 23:52:18 +00:00
|
|
|
url: https://github.com/samip5
|
2023-02-15 01:25:36 +00:00
|
|
|
dependencies:
|
|
|
|
- name: common
|
|
|
|
repository: https://bjw-s.github.io/helm-charts
|
2023-06-02 12:32:46 +00:00
|
|
|
version: 1.5.1
|
2023-03-02 00:44:16 +00:00
|
|
|
- name: postgresql
|
|
|
|
repository: https://charts.bitnami.com/bitnami
|
2024-02-01 12:05:32 +00:00
|
|
|
version: 13.2.30
|
2023-03-02 00:44:16 +00:00
|
|
|
condition: postgresql.enabled
|
2023-03-03 23:52:18 +00:00
|
|
|
annotations:
|
|
|
|
artifacthub.io/changes: |-
|
2023-10-24 20:20:37 +00:00
|
|
|
- kind: changed
|
2024-02-01 12:05:32 +00:00
|
|
|
description: Upgraded `postgresql` chart dependency to version 13.2.30
|