From 43356c6ed988404fd1abaa646bd2979fe02cd0b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Wed, 28 Jun 2023 12:45:06 +0300 Subject: [PATCH] common: Bring the fullname definition here, and not depend on Postgresql chart to bring it. --- charts/apps/piped/Chart.yaml | 6 +++--- charts/apps/piped/README.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/apps/piped/Chart.yaml b/charts/apps/piped/Chart.yaml index 51479ab..db1fecf 100644 --- a/charts/apps/piped/Chart.yaml +++ b/charts/apps/piped/Chart.yaml @@ -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 diff --git a/charts/apps/piped/README.md b/charts/apps/piped/README.md index 522313d..1260342 100644 --- a/charts/apps/piped/README.md +++ b/charts/apps/piped/README.md @@ -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