Changelog and readme

This commit is contained in:
Skyler Mäntysaari 2023-05-03 23:37:58 +03:00
parent ea71bba25f
commit b998da2577
2 changed files with 11 additions and 5 deletions

View file

@ -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
description: Added resources limits to container definitions

View file

@ -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