Browse Source

Update default app value to v4.0.0-bullseye. Warn if you are upgrading for 3.4, see release note for post maj script: https://github.com/Chocobozzz/PeerTube/releases/tag/v4.0.0

master v1.3.0
LecygneNoir 2 years ago
parent
commit
554dd10c49
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Chart.yaml
  2. +1
    -1
      values.yaml

+ 1
- 1
Chart.yaml View File

@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "v2.3.0-buster"
appVersion: "v4.0.0-bullseye"
description: A Helm chart for Kubernetes
name: peertube
version: 1.2.1

+ 1
- 1
values.yaml View File

@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: chocobozzz/peertube
tag: v2.1.0-buster
tag: v4.0.0-bullseye
pullPolicy: IfNotPresent
service:

Loading…
Cancel
Save