Browse Source

bump version to 1.2.1

master
LecygneNoir 2 years ago
parent
commit
5525e601df
2 changed files with 7 additions and 1 deletions
  1. +6
    -0
      CHANGELOG.md
  2. +1
    -1
      Chart.yaml

+ 6
- 0
CHANGELOG.md View File

@ -1,3 +1,9 @@
# v1.2.1
## Fix
- Adjust initialDelaySecond for startupProbe to avoid waiting 5min even if the instance starts quickly
- Adjust startupProbe port to use 9000 instead of http
# v1.2.0 # v1.2.0
## Features ## Features

+ 1
- 1
Chart.yaml View File

@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "v2.3.0-buster" appVersion: "v2.3.0-buster"
description: A Helm chart for Kubernetes description: A Helm chart for Kubernetes
name: peertube name: peertube
version: 1.1.2
version: 1.2.1

Loading…
Cancel
Save