mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
fbc086f0c5
* fix(charts/piped): make entrypoint actually do something It does nothing if 1st argument is not nginx and just execs the arguments: https://github.com/nginxinc/docker-nginx/blob/master/entrypoint/docker-entrypoint.sh#L12 * bump patch version and add changelog
30 lines
898 B
YAML
30 lines
898 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.7.1
|
|
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.5.1
|
|
- name: postgresql
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 12.6.0
|
|
condition: postgresql.enabled
|
|
annotations:
|
|
artifacthub.io/changes: |-
|
|
- kind: fixed
|
|
description: Made frontend nginx entrypoint run docker-entrypoint.d scripts
|