Skip to content

Commit 36a147a

Browse files
chore(deps): update docker digests (#266)
* chore(deps): update docker digests * chore: Auto-update chart metadata --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 627cd5c commit 36a147a

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

charts/apps/piped/Chart.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sources:
1111
- https://github.com/TeamPiped/Piped-Kubernetes
1212
keywords:
1313
- streaming
14-
version: 8.1.21
14+
version: 8.1.22
1515
appVersion: latest
1616
kubeVersion: ">=1.29.0"
1717
maintainers:
@@ -25,4 +25,6 @@ dependencies:
2525
annotations:
2626
artifacthub.io/changes: |-
2727
- kind: changed
28-
description: Updated image for `ytproxy` from latest@sha256:09977ec6246af17ca6eb0c194344d43db760b8466224162da32d4299e292fd7c to latest@sha256:64b8a4822fd88f2bcb015c9c5effeff0b1086d262091398814814a31166e0067
28+
description: Updated image for `frontend` from latest@sha256:fca228ff680c2aeff38d7642e2eeb1913723dbf4a5a8ac1d1bce3e647f53e8a7 to latest@sha256:7ccda9646bfde6dd19f7e63f2f1c791b801aa9b8f23e9da33bb9e51d3c7c5d47
29+
- kind: changed
30+
description: Updated image for `ytproxy` from latest@sha256:64b8a4822fd88f2bcb015c9c5effeff0b1086d262091398814814a31166e0067 to latest@sha256:2c783c358ef4a11fa5aa23fff739fec8d12433f74ac8e90a29bb900fa5fa57c8

charts/apps/piped/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# piped
22

3-
![Version: 8.1.21](https://img.shields.io/badge/Version-8.1.21-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
3+
![Version: 8.1.22](https://img.shields.io/badge/Version-8.1.22-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

@@ -59,7 +59,7 @@ The following table contains an overview of available values and their descripti
5959
| frontend.command | string | `"/bin/ash"` | |
6060
| frontend.enabled | bool | `true` | |
6161
| frontend.image.repository | string | `"1337kavin/piped-frontend"` | image repository |
62-
| frontend.image.tag | string | `"latest@sha256:fca228ff680c2aeff38d7642e2eeb1913723dbf4a5a8ac1d1bce3e647f53e8a7"` | image tag |
62+
| frontend.image.tag | string | `"latest@sha256:7ccda9646bfde6dd19f7e63f2f1c791b801aa9b8f23e9da33bb9e51d3c7c5d47"` | image tag |
6363
| frontend.service.main.enabled | bool | `true` | |
6464
| frontend.service.main.ports.http.enabled | bool | `true` | |
6565
| frontend.service.main.ports.http.port | int | `80` | |
@@ -108,7 +108,7 @@ The following table contains an overview of available values and their descripti
108108
| ytproxy.enabled | bool | `true` | |
109109
| ytproxy.image.pullPolicy | string | `""` | image pull policy |
110110
| ytproxy.image.repository | string | `"1337kavin/piped-proxy"` | image repository |
111-
| ytproxy.image.tag | string | `"latest@sha256:64b8a4822fd88f2bcb015c9c5effeff0b1086d262091398814814a31166e0067"` | image tag |
111+
| ytproxy.image.tag | string | `"latest@sha256:2c783c358ef4a11fa5aa23fff739fec8d12433f74ac8e90a29bb900fa5fa57c8"` | image tag |
112112
| ytproxy.service.main.enabled | bool | `true` | |
113113
| ytproxy.service.main.ports.http.enabled | bool | `true` | |
114114
| ytproxy.service.main.ports.http.port | int | `8080` | |

charts/apps/piped/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ frontend:
3838
# -- image repository
3939
repository: 1337kavin/piped-frontend
4040
# -- image tag
41-
tag: "latest@sha256:fca228ff680c2aeff38d7642e2eeb1913723dbf4a5a8ac1d1bce3e647f53e8a7" # Manifest index / Index Digest
41+
tag: "latest@sha256:7ccda9646bfde6dd19f7e63f2f1c791b801aa9b8f23e9da33bb9e51d3c7c5d47" # Manifest index / Index Digest
4242

4343
# env:
4444
# BACKEND_HOSTNAME: pipedapi.example.org
@@ -143,7 +143,7 @@ ytproxy:
143143
# -- image repository
144144
repository: 1337kavin/piped-proxy
145145
# -- image tag
146-
tag: "latest@sha256:64b8a4822fd88f2bcb015c9c5effeff0b1086d262091398814814a31166e0067" # Manifest index / Index Digest
146+
tag: "latest@sha256:2c783c358ef4a11fa5aa23fff739fec8d12433f74ac8e90a29bb900fa5fa57c8" # Manifest index / Index Digest
147147
# -- image pull policy
148148
pullPolicy: ""
149149

0 commit comments

Comments
 (0)