Helm chart for deploying Peertube on kubernetes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.2 KiB

  1. # v1.2.1
  2. ## Fix
  3. - Adjust initialDelaySecond for startupProbe to avoid waiting 5min even if the instance starts quickly
  4. - Adjust startupProbe port to use 9000 instead of http
  5. # v1.2.0
  6. ## Features
  7. - Compatibility with helm 3 and k8s 1.16+
  8. - Now use StartupProbe to enable very long start when updating Peertube and running upgrade scripts
  9. # v1.1.2
  10. ## Fixes
  11. - Update compatibility to Peertube v2.3.0
  12. - Remove deprecated env variables for docker
  13. # v1.1.1
  14. Ensure compatibility with Peertube v2.2.0 by removing the PEERTUBE_TRUST_PROXY env variable that does not exist anymore.
  15. Is you used it, configure your production.yml instead for better reliability.
  16. # v1.1.0
  17. ## Features
  18. Add a nginx sidecar to use the official Peertube optimisations for Nginx (Fix #2)
  19. # v1.0.2
  20. ## Breaking changes
  21. The option initcontainer is now renamed chowncontainer as it fit better to its usage.
  22. ## Fixes
  23. - Fix issue #3 to avoid breaking Peertube upgrade by using 2 initContainers
  24. # v1.0.1
  25. Now use Peertube v2.1.0-buster as default
  26. # v1.0.0
  27. *Initial release*
  28. ##Features
  29. - Deploy Peertube in kubernetes
  30. - Deploy redis server to be used by Peertube
  31. - Allow to enable usual docker "chown" to speed up startup through InitContainer