mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-12-13 13:50:40 +05:30
Update Helm chart common to v1.5.0 (#23)
* Update Helm chart common to v1.5.0 * chore: Auto-update chart metadata --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
020cd792ea
commit
874fab5852
@ -9,7 +9,7 @@ sources:
|
||||
- https://github.com/TeamPiped/piped-proxy
|
||||
keywords:
|
||||
- streaming
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
appVersion: latest
|
||||
kubeVersion: ">=1.22.0-0"
|
||||
maintainers:
|
||||
@ -19,17 +19,13 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://bjw-s.github.io/helm-charts
|
||||
version: 1.4.0
|
||||
version: 1.5.0
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 12.4.2
|
||||
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: Upgraded `common` chart dependency to version 1.5.0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# piped
|
||||
|
||||
![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)
|
||||
![Version: 2.5.0](https://img.shields.io/badge/Version-2.5.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.
|
||||
|
||||
@ -20,7 +20,7 @@ Kubernetes: `>=1.22.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://bjw-s.github.io/helm-charts | common | 1.4.0 |
|
||||
| https://bjw-s.github.io/helm-charts | common | 1.5.0 |
|
||||
| https://charts.bitnami.com/bitnami | postgresql | 12.4.2 |
|
||||
|
||||
## TL;DR
|
||||
@ -160,7 +160,7 @@ helm install piped TeamPiped/piped -f values.yaml
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 2.4.0
|
||||
### Version 2.5.0
|
||||
|
||||
#### Added
|
||||
|
||||
@ -168,12 +168,11 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Added resources limits to container definitions
|
||||
* Upgraded `common` chart dependency to version 1.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
* Missing .ytproxy in pod template
|
||||
* resource definitions in templates
|
||||
N/A
|
||||
|
||||
## Support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user