mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2025-01-06 01:20:36 +05:30
chore(deps): update helm chart postgresql to v13.2.30 (#79)
* chore(deps): update helm chart postgresql to v13.2.30 * 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
60153fd456
commit
ac04c97c61
@ -10,7 +10,7 @@ sources:
|
|||||||
- https://github.com/TeamPiped/piped-proxy
|
- https://github.com/TeamPiped/piped-proxy
|
||||||
keywords:
|
keywords:
|
||||||
- streaming
|
- streaming
|
||||||
version: 5.0.0
|
version: 5.0.1
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
kubeVersion: ">=1.22.0-0"
|
kubeVersion: ">=1.22.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
@ -23,9 +23,9 @@ dependencies:
|
|||||||
version: 1.5.1
|
version: 1.5.1
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 13.2.27
|
version: 13.2.30
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |-
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Change database values configuration to allow overriding of secret keys for database
|
description: Upgraded `postgresql` chart dependency to version 13.2.30
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# piped
|
# piped
|
||||||
|
|
||||||
![Version: 5.0.0](https://img.shields.io/badge/Version-5.0.0-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
|
![Version: 5.0.1](https://img.shields.io/badge/Version-5.0.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.
|
Piped is an alternative privacy-friendly YouTube frontend which is efficient by design.
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ Kubernetes: `>=1.22.0-0`
|
|||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://bjw-s.github.io/helm-charts | common | 1.5.1 |
|
| https://bjw-s.github.io/helm-charts | common | 1.5.1 |
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 13.2.27 |
|
| https://charts.bitnami.com/bitnami | postgresql | 13.2.30 |
|
||||||
|
|
||||||
## Installing the Chart
|
## Installing the Chart
|
||||||
|
|
||||||
@ -27,9 +27,6 @@ Kubernetes: `>=1.22.0-0`
|
|||||||
# Add the repository
|
# Add the repository
|
||||||
helm repo add TeamPiped https://helm.piped.video
|
helm repo add TeamPiped https://helm.piped.video
|
||||||
|
|
||||||
# Update your local Helm chart repository cache
|
|
||||||
helm repo update
|
|
||||||
|
|
||||||
# Install the chart
|
# Install the chart
|
||||||
helm install TeamPiped piped -f values.yaml
|
helm install TeamPiped piped -f values.yaml
|
||||||
```
|
```
|
||||||
@ -128,4 +125,4 @@ The following table contains an overview of available values and their descripti
|
|||||||
</details>
|
</details>
|
||||||
|
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
|
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
|
Loading…
Reference in New Issue
Block a user