Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-helm-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lint and Test Chart
on:
pull_request:
paths:
- 'charts/peertube/**'
- 'charts/**'

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/helm-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Generate helm docs
on:
pull_request:
paths:
- 'charts/peertube/Chart.yaml'
- 'charts/peertube/values.yaml'
- 'charts/**/Chart.yaml'
- 'charts/**/values.yaml'

permissions:
contents: write
Expand Down
4 changes: 2 additions & 2 deletions charts/peertube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.5.0
version: 0.6.0

# renovate: image=chocobozzz/peertube
appVersion: "v7.1.0-bookworm"
appVersion: "v7.3.0-bookworm"

maintainers:
- name: cloudymax
Expand Down
4 changes: 2 additions & 2 deletions charts/peertube/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# peertube

![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)
![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)

A Helm chart for deploying PeerTube on Kubernetes

Expand Down Expand Up @@ -146,4 +146,4 @@ A Helm chart for deploying PeerTube on Kubernetes
| valkey.enabled | bool | `true` | enable the valkey (alternative to redis) subchart |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)