File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Lint and Test Chart
33on :
44 pull_request :
55 paths :
6- - ' charts/peertube/ **'
6+ - ' charts/**'
77
88permissions :
99 contents : read
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Generate helm docs
33on :
44 pull_request :
55 paths :
6- - ' charts/peertube /Chart.yaml'
7- - ' charts/peertube /values.yaml'
6+ - ' charts/** /Chart.yaml'
7+ - ' charts/** /values.yaml'
88
99permissions :
1010 contents : write
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.5 .0
18+ version : 0.6 .0
1919
2020# renovate: image=chocobozzz/peertube
21- appVersion : " v7.1 .0-bookworm"
21+ appVersion : " v7.3 .0-bookworm"
2222
2323maintainers :
2424 - name : cloudymax
Original file line number Diff line number Diff line change 11# peertube
22
3- ![ Version: 0.4.4 ] ( https://img.shields.io/badge/Version-0.4.4 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v7.0.1 -bookworm] ( https://img.shields.io/badge/AppVersion-v7.0.1 --bookworm-informational?style=flat-square )
3+ ![ Version: 0.6.0 ] ( https://img.shields.io/badge/Version-0.6.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v7.3.0 -bookworm] ( https://img.shields.io/badge/AppVersion-v7.3.0 --bookworm-informational?style=flat-square )
44
55A Helm chart for deploying PeerTube on Kubernetes
66
@@ -146,4 +146,4 @@ A Helm chart for deploying PeerTube on Kubernetes
146146| valkey.enabled | bool | ` true ` | enable the valkey (alternative to redis) subchart |
147147
148148----------------------------------------------
149- Autogenerated from chart metadata using [ helm-docs v1.14.2 ] ( https://github.com/norwoodj/helm-docs/releases/v1.14.2 )
149+ Autogenerated from chart metadata using [ helm-docs v1.11.0 ] ( https://github.com/norwoodj/helm-docs/releases/v1.11.0 )
You can’t perform that action at this time.
0 commit comments