From 3abddf09b8cf175e23cf02fea29e053b2213b851 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 02:12:43 +0200 Subject: [PATCH] chore(deps): update helm chart postgresql to v16.3.5 (#127) * chore(deps): update helm chart postgresql to v16.3.5 * chore: Auto-update chart metadata --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- charts/apps/piped/Chart.lock | 6 +++--- charts/apps/piped/Chart.yaml | 6 +++--- charts/apps/piped/README.md | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/apps/piped/Chart.lock b/charts/apps/piped/Chart.lock index 387dd5c..4737c20 100644 --- a/charts/apps/piped/Chart.lock +++ b/charts/apps/piped/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 1.5.1 - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 16.3.4 -digest: sha256:4445398ba95f714f0c20014a0a15de299411e4c71eef7b5fba1f132bf3f2bf8e -generated: "2025-01-01T01:33:11.132355288Z" + version: 16.3.5 +digest: sha256:b6e616ba484c1fb3f467f95e2b5ffc5a23957f12f162cd1756d4e2344aa2a89c +generated: "2025-02-01T22:04:00.013315968Z" diff --git a/charts/apps/piped/Chart.yaml b/charts/apps/piped/Chart.yaml index 5cb73f4..c67cb08 100644 --- a/charts/apps/piped/Chart.yaml +++ b/charts/apps/piped/Chart.yaml @@ -10,7 +10,7 @@ sources: - https://github.com/TeamPiped/piped-proxy keywords: - streaming -version: 7.0.1 +version: 7.0.2 appVersion: latest kubeVersion: ">=1.26.0-0" maintainers: @@ -23,9 +23,9 @@ dependencies: version: 1.5.1 - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 16.3.4 + version: 16.3.5 condition: postgresql.enabled annotations: artifacthub.io/changes: |- - kind: changed - description: Bumped Piped Backend to latest released version to fix IOS player reponse not valid. + description: Upgraded `postgresql` chart dependency to version 16.3.5 diff --git a/charts/apps/piped/README.md b/charts/apps/piped/README.md index 22c30df..7b78bb2 100644 --- a/charts/apps/piped/README.md +++ b/charts/apps/piped/README.md @@ -1,6 +1,6 @@ # piped -![Version: 7.0.0](https://img.shields.io/badge/Version-7.0.0-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 7.0.2](https://img.shields.io/badge/Version-7.0.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. @@ -19,7 +19,7 @@ Kubernetes: `>=1.26.0-0` | Repository | Name | Version | |------------|------|---------| | https://bjw-s.github.io/helm-charts | common | 1.5.1 | -| https://charts.bitnami.com/bitnami | postgresql | 16.3.4 | +| https://charts.bitnami.com/bitnami | postgresql | 16.3.5 | ## Installing the Chart @@ -45,7 +45,7 @@ The following table contains an overview of available values and their descripti | backend.enabled | bool | `true` | | | backend.image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | backend.image.repository | string | `"1337kavin/piped"` | image repository | -| backend.image.tag | string | `"latest@sha256:18e77857414236edc7245bebb3fb8ab3ac49c44bd76701bfce24f6ba0170d4b8"` | image tag @chart.appVersion | +| backend.image.tag | string | `"latest@sha256:4640c0a7c2ec920a7e1c42db94cab41c1da08ae04e307620c5d9a619b0e3bffc"` | image tag @chart.appVersion | | backend.service.main.enabled | bool | `true` | | | backend.service.main.ports.http.enabled | bool | `true` | | | backend.service.main.ports.http.port | int | `8080` | |