mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
31 lines
980 B
YAML
31 lines
980 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
|
|
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: 5.1.0
|
|
appVersion: latest
|
|
kubeVersion: ">=1.22.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: 13.2.30
|
|
condition: postgresql.enabled
|
|
annotations:
|
|
artifacthub.io/changes: |-
|
|
- kind: fixed
|
|
description: Pod templates for addionalContainers values.
|