Skip to content

Commit 3abddf0

Browse files
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>
1 parent 9524e63 commit 3abddf0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

charts/apps/piped/Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
version: 1.5.1
55
- name: postgresql
66
repository: https://charts.bitnami.com/bitnami
7-
version: 16.3.4
8-
digest: sha256:4445398ba95f714f0c20014a0a15de299411e4c71eef7b5fba1f132bf3f2bf8e
9-
generated: "2025-01-01T01:33:11.132355288Z"
7+
version: 16.3.5
8+
digest: sha256:b6e616ba484c1fb3f467f95e2b5ffc5a23957f12f162cd1756d4e2344aa2a89c
9+
generated: "2025-02-01T22:04:00.013315968Z"

charts/apps/piped/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sources:
1010
- https://github.com/TeamPiped/piped-proxy
1111
keywords:
1212
- streaming
13-
version: 7.0.1
13+
version: 7.0.2
1414
appVersion: latest
1515
kubeVersion: ">=1.26.0-0"
1616
maintainers:
@@ -23,9 +23,9 @@ dependencies:
2323
version: 1.5.1
2424
- name: postgresql
2525
repository: https://charts.bitnami.com/bitnami
26-
version: 16.3.4
26+
version: 16.3.5
2727
condition: postgresql.enabled
2828
annotations:
2929
artifacthub.io/changes: |-
3030
- kind: changed
31-
description: Bumped Piped Backend to latest released version to fix IOS player reponse not valid.
31+
description: Upgraded `postgresql` chart dependency to version 16.3.5

charts/apps/piped/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# piped
22

3-
![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)
3+
![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)
44

55
Piped is an alternative privacy-friendly YouTube frontend which is efficient by design.
66

@@ -19,7 +19,7 @@ Kubernetes: `>=1.26.0-0`
1919
| Repository | Name | Version |
2020
|------------|------|---------|
2121
| https://bjw-s.github.io/helm-charts | common | 1.5.1 |
22-
| https://charts.bitnami.com/bitnami | postgresql | 16.3.4 |
22+
| https://charts.bitnami.com/bitnami | postgresql | 16.3.5 |
2323

2424
## Installing the Chart
2525

@@ -45,7 +45,7 @@ The following table contains an overview of available values and their descripti
4545
| backend.enabled | bool | `true` | |
4646
| backend.image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
4747
| backend.image.repository | string | `"1337kavin/piped"` | image repository |
48-
| backend.image.tag | string | `"latest@sha256:18e77857414236edc7245bebb3fb8ab3ac49c44bd76701bfce24f6ba0170d4b8"` | image tag @chart.appVersion |
48+
| backend.image.tag | string | `"latest@sha256:4640c0a7c2ec920a7e1c42db94cab41c1da08ae04e307620c5d9a619b0e3bffc"` | image tag @chart.appVersion |
4949
| backend.service.main.enabled | bool | `true` | |
5050
| backend.service.main.ports.http.enabled | bool | `true` | |
5151
| backend.service.main.ports.http.port | int | `8080` | |

0 commit comments

Comments
 (0)