A helm chart for peertube
  • Go Template 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
JesseBot 61357e571d
Some checks failed
Release Chart / build-and-push (push) Successful in 7s
Release Chart / harbor (push) Successful in 0s
Release Chart / build-and-push-1 (push) Failing after 7s
Release Chart / forgejo (push) Failing after 0s
Release Chart / build-and-push-2 (push) Successful in 6s
Release Chart / codeberg (push) Successful in 0s
Merge pull request 'Update postgresql Docker tag to v18.8.9' (#15) from renovate/postgresql-18.x into main
Reviewed-on: #15
Reviewed-by: JesseBot <jessebot@linux.com>
2026-08-16 20:47:11 +00:00
.forgejo fix renovate 2026-08-16 22:35:03 +02:00
charts/peertube Update postgresql Docker tag to v18.8.9 2026-08-14 20:56:52 +00:00
LICENSE Initial commit 2024-12-26 19:01:16 +01:00
README.md update workflows 2026-08-16 17:06:56 +02:00
renovate.json update release process to use PR labels 2026-06-16 18:17:17 +02:00

PeerTube Helm Chart

Welcome to the peertube-helm-chart, which uses the chocobozzz/peertube docker container.

This is a helm chart for PeerTube for use with Argo CD. For an example of intended use please see open-engineering/argocd-apps:peertube.

This chart is a work-in-progress and is not suitable for general use at this time - see the open issues for further information.

Installation via helm:

# add the chart repo to your helm repos
helm repo add codeberg.org https://codeberg.org/api/packages/open-engineering/helm
helm repo update

# download the values.yaml and edit it with your own values such as YOUR hostname
helm show values codeberg.org/peertube > values.yaml

# install the chart
helm install --namespace peertube --create-namespace peertube --values values.yaml codeberg.org/peertube

Features

  • Sets up an initial admin user
  • support for existing Kubernetes Secrets for all your credentials
  • bundled subcharts for both PostgreSQL and Valkey
  • support for existing PostgreSQL database
  • support for existing Valkey (or Redis) database
  • docs auto-generated by helm-docs
  • kept up to date by RenovateBot