From b998da257739870d391babfee679b3d78f652b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Wed, 3 May 2023 23:37:58 +0300 Subject: [PATCH] Changelog and readme --- charts/apps/piped/Chart.yaml | 7 ++++++- charts/apps/piped/README.md | 9 +++++---- 2 files changed, 11 insertions(+), 5 deletions(-) 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