From cce55a3e4134167f02be3b39cf147c32dc671151 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sun, 28 Aug 2022 11:11:43 +1200 Subject: [PATCH] Chart version should be a string not a float64. --- gitea/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/Chart.yaml b/gitea/Chart.yaml index 2fad0e8..70e7812 100644 --- a/gitea/Chart.yaml +++ b/gitea/Chart.yaml @@ -3,4 +3,4 @@ appVersion: 1.17.1 description: Gitea Helm chart for Kubernetes name: gitea type: application -version: 1.0 +version: "1.0.0"