mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
c26e63c5ba
Fixes #4
32 lines
950 B
YAML
32 lines
950 B
YAML
---
|
|
apiVersion: v2
|
|
description: Piped is an alternative privacy-friendly YouTube frontend which is efficient by design.
|
|
name: piped
|
|
home: https://github.com/TeamPiped/Piped-Kubernetes
|
|
sources:
|
|
- https://github.com/TeamPiped/Piped
|
|
- https://github.com/TeamPiped/Piped-Backend
|
|
- https://github.com/TeamPiped/piped-proxy
|
|
keywords:
|
|
- streaming
|
|
version: 2.0.2
|
|
appVersion: latest
|
|
kubeVersion: ">=1.22.0-0"
|
|
maintainers:
|
|
- name: Skyler Mäntysaari
|
|
email: samip5@users.noreply.github.com
|
|
url: https://github.com/samip5
|
|
dependencies:
|
|
- name: common
|
|
repository: https://bjw-s.github.io/helm-charts
|
|
version: 1.3.2
|
|
- name: postgresql
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 12.2.0
|
|
condition: postgresql.enabled
|
|
annotations:
|
|
artifacthub.io/changes: |-
|
|
- kind: fixed
|
|
description: Allow specifying of resource limits.
|
|
- kind: changed
|
|
description: Added a config validator for frontend.
|