common: Bring the fullname definition here, and not depend on Postgresql chart to bring it.

This commit is contained in:
Skyler Mäntysaari 2023-06-28 12:45:06 +03:00
parent 962f3b2401
commit 43356c6ed9
2 changed files with 7 additions and 7 deletions

View file

@ -9,7 +9,7 @@ sources:
- https://github.com/TeamPiped/piped-proxy
keywords:
- streaming
version: 2.6.1
version: 2.6.2
appVersion: latest
kubeVersion: ">=1.22.0-0"
maintainers:
@ -26,6 +26,6 @@ dependencies:
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 1.5.1
- kind: fixed
description: ytproxy ingress, GH issue 29

View file

@ -1,6 +1,6 @@
# piped
![Version: 2.6.1](https://img.shields.io/badge/Version-2.6.1-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 2.6.2](https://img.shields.io/badge/Version-2.6.2-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.6.1
### Version 2.6.2
#### Added
@ -168,11 +168,11 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version 1.5.1
N/A
#### Fixed
N/A
* ytproxy ingress, GH issue 29
## Support