mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
Changelog and readme
This commit is contained in:
parent
ea71bba25f
commit
b998da2577
2 changed files with 11 additions and 5 deletions
|
|
@ -26,5 +26,10 @@ dependencies:
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |-
|
artifacthub.io/changes: |-
|
||||||
|
- kind: fixed
|
||||||
|
description: Missing .ytproxy in pod template
|
||||||
|
- kind: fixed
|
||||||
|
description: resource definitions in templates
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Added resources limits to container definitions
|
description: Added resources limits to container definitions
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# piped
|
# piped
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Piped is an alternative privacy-friendly YouTube frontend which is efficient by design.
|
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
|
## Changelog
|
||||||
|
|
||||||
### Version 2.3.0
|
### Version 2.4.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
|
|
@ -168,11 +168,12 @@ N/A
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `postgresql` chart dependency to version 12.4.2
|
* Added resources limits to container definitions
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
N/A
|
* Missing .ytproxy in pod template
|
||||||
|
* resource definitions in templates
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue