forked from TeamPiped/Piped-Kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChart.yaml
31 lines (31 loc) · 1021 Bytes
/
Chart.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
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
icon: https://raw.githubusercontent.com/TeamPiped/Piped/master/public/img/icons/logo.svg
sources:
- https://github.com/TeamPiped/Piped
- https://github.com/TeamPiped/Piped-Backend
- https://github.com/TeamPiped/piped-proxy
keywords:
- streaming
version: 7.0.1
appVersion: latest
kubeVersion: ">=1.26.0-0"
maintainers:
- name: samip5 # 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.5.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 16.3.4
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Bumped Piped Backend to latest released version to fix IOS player reponse not valid.