diff --git a/charts/apps/piped/Chart.yaml b/charts/apps/piped/Chart.yaml index 099cbf2..27ed1a2 100644 --- a/charts/apps/piped/Chart.yaml +++ b/charts/apps/piped/Chart.yaml @@ -26,5 +26,10 @@ dependencies: condition: postgresql.enabled annotations: artifacthub.io/changes: |- + - kind: fixed + description: Missing .ytproxy in pod template + - kind: fixed + description: resource definitions in templates - kind: changed - description: Added resources limits to container definitions \ No newline at end of file + description: Added resources limits to container definitions + diff --git a/charts/apps/piped/README.md b/charts/apps/piped/README.md index 2dadbbe..20df45e 100644 --- a/charts/apps/piped/README.md +++ b/charts/apps/piped/README.md @@ -1,6 +1,6 @@ # piped -![Version: 2.3.0](https://img.shields.io/badge/Version-2.3.0-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 2.4.0](https://img.shields.io/badge/Version-2.4.0-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Piped is an alternative privacy-friendly YouTube frontend which is efficient by design. @@ -160,7 +160,7 @@ helm install piped TeamPiped/piped -f values.yaml ## Changelog -### Version 2.3.0 +### Version 2.4.0 #### Added @@ -168,11 +168,12 @@ N/A #### Changed -* Upgraded `postgresql` chart dependency to version 12.4.2 +* Added resources limits to container definitions #### Fixed -N/A +* Missing .ytproxy in pod template +* resource definitions in templates ## Support