Skip to content

Commit 35fd139

Browse files
authored
Merge pull request #21 from small-hack/renovate/chocobozzz-peertube-7.x
chore(deps): update chocobozzz/peertube docker tag to v7.3.0
2 parents df4e4a9 + 7b30879 commit 35fd139

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci-helm-lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Lint and Test Chart
33
on:
44
pull_request:
55
paths:
6-
- 'charts/peertube/**'
6+
- 'charts/**'
77

88
permissions:
99
contents: read

.github/workflows/helm-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Generate helm docs
33
on:
44
pull_request:
55
paths:
6-
- 'charts/peertube/Chart.yaml'
7-
- 'charts/peertube/values.yaml'
6+
- 'charts/**/Chart.yaml'
7+
- 'charts/**/values.yaml'
88

99
permissions:
1010
contents: write

charts/peertube/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2323
maintainers:
2424
- name: cloudymax

charts/peertube/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
A 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)

0 commit comments

Comments
 (0)