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

View file

@ -1,6 +1,6 @@
# piped # 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. 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.6.1 ### Version 2.6.2
#### Added #### Added
@ -168,11 +168,11 @@ N/A
#### Changed #### Changed
* Upgraded `common` chart dependency to version 1.5.1 N/A
#### Fixed #### Fixed
N/A * ytproxy ingress, GH issue 29
## Support ## Support