Piped-Kubernetes/charts/apps/piped/Chart.yaml
Skyler Mäntysaari 1bb362f205 Clean up pod templates and fix templating.
There were multiple pod templates that were not using values due to how it is structured, now they do work.
2023-04-19 01:53:54 +03:00

32 lines
1 KiB
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.1.0
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: Pod templates that were not getting things from values
- kind: added
description: Recommended resource limits were added to values, but are not enabled by default to make it concise decision to the user.