From 58841ab5daed6906ad8e3890621a03391d1039b1 Mon Sep 17 00:00:00 2001 From: Marco Kilchhofer Date: Tue, 17 Aug 2021 09:10:05 +0200 Subject: [PATCH] Update changelog annotations and bump minor version Signed-off-by: Marco Kilchhofer --- charts/argo-workflows/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo-workflows/Chart.yaml b/charts/argo-workflows/Chart.yaml index 25f055ea..8f02996f 100644 --- a/charts/argo-workflows/Chart.yaml +++ b/charts/argo-workflows/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: argo-workflows description: A Helm chart for Argo Workflows type: application -version: 0.3.1 +version: 0.4.0 appVersion: "v3.1.5" icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png home: https://github.com/argoproj/argo-helm @@ -15,4 +15,4 @@ maintainers: - name: benjaminws annotations: artifacthub.io/changes: | - - "[Added]: Support for extraContainers in controller/server" + - "[Changed]: Bump appVersion to 3.1.5"