mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
chore(deps): update helm chart common to v1.5.1 (#30)
* chore(deps): update helm chart common to v1.5.1 * chore: Auto-update chart metadata --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
4915fff3e6
commit
8570918f71
2 changed files with 7 additions and 7 deletions
|
@ -9,7 +9,7 @@ sources:
|
|||
- https://github.com/TeamPiped/piped-proxy
|
||||
keywords:
|
||||
- streaming
|
||||
version: 2.6.0
|
||||
version: 2.6.1
|
||||
appVersion: latest
|
||||
kubeVersion: ">=1.22.0-0"
|
||||
maintainers:
|
||||
|
@ -19,7 +19,7 @@ maintainers:
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://bjw-s.github.io/helm-charts
|
||||
version: 1.5.0
|
||||
version: 1.5.1
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 12.5.6
|
||||
|
@ -27,5 +27,5 @@ dependencies:
|
|||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `postgresql` chart dependency to version 12.5.6
|
||||
description: Upgraded `common` chart dependency to version 1.5.1
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# piped
|
||||
|
||||
![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)
|
||||
![Version: 2.6.1](https://img.shields.io/badge/Version-2.6.1-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.
|
||||
|
||||
|
@ -20,7 +20,7 @@ Kubernetes: `>=1.22.0-0`
|
|||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://bjw-s.github.io/helm-charts | common | 1.5.0 |
|
||||
| https://bjw-s.github.io/helm-charts | common | 1.5.1 |
|
||||
| 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.6.0
|
||||
### Version 2.6.1
|
||||
|
||||
#### Added
|
||||
|
||||
|
@ -168,7 +168,7 @@ N/A
|
|||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `postgresql` chart dependency to version 12.5.6
|
||||
* Upgraded `common` chart dependency to version 1.5.1
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
|
Loading…
Reference in a new issue