From 95218c030b05fc2de650af9aeae46185d588bcce Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Fri, 21 Jun 2024 14:12:43 +0200 Subject: [PATCH] Set correct dev versions in Chart.yaml this allows proper version replacement by helm package. Signed-off-by: Tim Hardeck --- chart/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 2b0300d..0d0b1e2 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 name: gitjob description: Controller that run jobs based on git events -version: ${VERSION} -appVersion: ${VERSION} \ No newline at end of file +version: 0.0.0 +appVersion: 0.0.0 \ No newline at end of file