From 9a26fc56871379c220212867e6d8648e5fb18278 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 22 Dec 2024 20:45:55 +0100 Subject: [PATCH] Update appVersion in chart to v0.20.0 (#788) --- chart/keel/Chart.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/chart/keel/Chart.yaml b/chart/keel/Chart.yaml index 57ef979a..e8f94e4d 100644 --- a/chart/keel/Chart.yaml +++ b/chart/keel/Chart.yaml @@ -1,17 +1,17 @@ apiVersion: v1 name: keel -description: Open source, tool for automating Kubernetes deployment updates. This is a custom fork of the original Keel project. +description: Open source tool for automating Kubernetes deployment updates. +# The chart version number here is just a template. The actual version number is +# replaced during the chart build, see .github/workflows/releasechart.yaml +# The way to trigger a chart release is using a tag "chart-{CHART_VERSION}" version: 1.0.5 -appVersion: 0.19.1 +appVersion: 0.20.0 keywords: - kubernetes deployment - helm release - continuous deployment -home: https://clem59170.github.io/keel +home: https://github.com/keel-hq/keel sources: - https://github.com/keel-hq/keel -- https://github.com/clem59170/keel -maintainers: -- name: clem59170 engine: gotpl icon: https://raw.githubusercontent.com/keel-hq/keel/master/static/keel-logo.png