From 874bea32fca0bb92ea4ce0ab01aafd9fb42fd4ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 02:09:59 +0200 Subject: [PATCH] chore(deps): update helm chart postgresql to v16.4.16 (#131) * chore(deps): update helm chart postgresql to v16.4.16 * 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 | 8 ++++---- charts/apps/piped/README.md | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/apps/piped/Chart.lock b/charts/apps/piped/Chart.lock index 4737c20..8c6a11a 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.5 -digest: sha256:b6e616ba484c1fb3f467f95e2b5ffc5a23957f12f162cd1756d4e2344aa2a89c -generated: "2025-02-01T22:04:00.013315968Z" + version: 16.4.16 +digest: sha256:fe2ad9e20b419b904239f398f412f85c720438471a6680d275a35f3d1c2cd0dd +generated: "2025-03-07T00:06:52.826213081Z" diff --git a/charts/apps/piped/Chart.yaml b/charts/apps/piped/Chart.yaml index c3b5b30..0f627c9 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.1.1 +version: 7.2.0 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.5 + version: 16.4.16 condition: postgresql.enabled annotations: artifacthub.io/changes: |- - - kind: Updated - description: piped image. + - kind: changed + description: Upgraded `postgresql` chart dependency to version 16.4.16 diff --git a/charts/apps/piped/README.md b/charts/apps/piped/README.md index d906446..afc6b79 100644 --- a/charts/apps/piped/README.md +++ b/charts/apps/piped/README.md @@ -1,6 +1,6 @@ # piped -![Version: 7.1.0](https://img.shields.io/badge/Version-7.1.0-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 7.2.0](https://img.shields.io/badge/Version-7.2.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. @@ -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.5 | +| https://charts.bitnami.com/bitnami | postgresql | 16.4.16 | ## 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:4640c0a7c2ec920a7e1c42db94cab41c1da08ae04e307620c5d9a619b0e3bffc"` | image tag @chart.appVersion | +| backend.image.tag | string | `"latest@sha256:759979280703ba11e4069405d21c2fed62a902d135fcea25d76fa13a12f278d7"` | 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` | | @@ -60,7 +60,7 @@ The following table contains an overview of available values and their descripti | frontend.enabled | bool | `true` | | | frontend.image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | frontend.image.repository | string | `"1337kavin/piped-frontend"` | image repository | -| frontend.image.tag | string | `"latest@sha256:96b746dc7a538d0f5a658864d9162be542c2db49f16f3cc8214878e39dec8504"` | image tag | +| frontend.image.tag | string | `"latest@sha256:614fa1e70285307ed64d39c76675d787cad9c429307c58b71352d1f72bfb2ac1"` | image tag | | frontend.service.main.enabled | bool | `true` | | | frontend.service.main.ports.http.enabled | bool | `true` | | | frontend.service.main.ports.http.port | int | `80` | | @@ -113,7 +113,7 @@ The following table contains an overview of available values and their descripti | ytproxy.enabled | bool | `true` | | | ytproxy.image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | ytproxy.image.repository | string | `"1337kavin/piped-proxy"` | image repository | -| ytproxy.image.tag | string | `"latest@sha256:833ca24c048619c9cd6fe58e2d210bfc7b1e43875ba5108aeddea0b171f04dbd"` | image tag | +| ytproxy.image.tag | string | `"latest@sha256:4a77a613b33d8e8628463044a070a2c6ac353a5d8963f4abc1efccf00754ce09"` | image tag | | ytproxy.service.main.enabled | bool | `true` | | | ytproxy.service.main.ports.http.enabled | bool | `true` | | | ytproxy.service.main.ports.http.port | int | `8080` | |