From 4915fff3e6233fa6261867bafeffe65bccdd0064 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 11:49:33 +0300 Subject: [PATCH] Update Helm chart postgresql to v12.5.6 (#27) * Update Helm chart postgresql to v12.5.6 * chore: Auto-update chart metadata --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] --- 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 69ae8f9..1678ed8 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.5.0 +version: 2.6.0 appVersion: latest kubeVersion: ">=1.22.0-0" maintainers: @@ -22,10 +22,10 @@ dependencies: version: 1.5.0 - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 12.4.2 + version: 12.5.6 condition: postgresql.enabled annotations: artifacthub.io/changes: |- - kind: changed - description: Upgraded `common` chart dependency to version 1.5.0 + description: Upgraded `postgresql` chart dependency to version 12.5.6 diff --git a/charts/apps/piped/README.md b/charts/apps/piped/README.md index eff07ac..a46cac5 100644 --- a/charts/apps/piped/README.md +++ b/charts/apps/piped/README.md @@ -1,6 +1,6 @@ # piped -![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) +![Version: 2.6.0](https://img.shields.io/badge/Version-2.6.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. @@ -21,7 +21,7 @@ Kubernetes: `>=1.22.0-0` | Repository | Name | Version | |------------|------|---------| | https://bjw-s.github.io/helm-charts | common | 1.5.0 | -| https://charts.bitnami.com/bitnami | postgresql | 12.4.2 | +| https://charts.bitnami.com/bitnami | postgresql | 12.5.6 | ## TL;DR @@ -160,7 +160,7 @@ helm install piped TeamPiped/piped -f values.yaml ## Changelog -### Version 2.5.0 +### Version 2.6.0 #### Added @@ -168,7 +168,7 @@ N/A #### Changed -* Upgraded `common` chart dependency to version 1.5.0 +* Upgraded `postgresql` chart dependency to version 12.5.6 #### Fixed