Browse Source

Bump default Peertube version to 2.1.0-buster

master
LecygneNoir 4 years ago
parent
commit
672d0dce4a
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: "1.0.1"
appVersion: "v2.1.0-buster"
description: A Helm chart for Kubernetes
name: peertube
version: 1.0.0

+ 1
- 1
values.yaml View File

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

Loading…
Cancel
Save