From 5525e601dfdda8c6527ecae2e4eabb7148ca7ce6 Mon Sep 17 00:00:00 2001 From: LecygneNoir Date: Thu, 3 Jun 2021 12:29:21 +0200 Subject: [PATCH] bump version to 1.2.1 --- CHANGELOG.md | 6 ++++++ Chart.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5eb889..480ffda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ## Features diff --git a/Chart.yaml b/Chart.yaml index 98cf2b3..c027feb 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "v2.3.0-buster" description: A Helm chart for Kubernetes name: peertube -version: 1.1.2 +version: 1.2.1