From 4c1c5a06e7006a22ff4bef2d9f3e8c6597a8b644 Mon Sep 17 00:00:00 2001 From: jmeridth Date: Thu, 25 May 2023 17:31:53 -0500 Subject: [PATCH] chore(argo-workflows): upgrade argo workflows to v3.4.8 https://github.com/argoproj/argo-workflows/releases/tag/v3.4.8 includes this PR upstream - [x] https://github.com/argoproj/argo-workflows/pull/10984 Signed-off-by: jmeridth --- charts/argo-workflows/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/argo-workflows/Chart.yaml b/charts/argo-workflows/Chart.yaml index 0a0018c2..6ac0cf5c 100644 --- a/charts/argo-workflows/Chart.yaml +++ b/charts/argo-workflows/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: v3.4.7 +appVersion: v3.4.8 name: argo-workflows description: A Helm chart for Argo Workflows type: application -version: 0.28.1 +version: 0.28.2 icon: https://argoproj.github.io/argo-workflows/assets/logo.png home: https://github.com/argoproj/argo-helm sources: @@ -17,4 +17,4 @@ annotations: url: https://argoproj.github.io/argo-helm/pgp_keys.asc artifacthub.io/changes: | - kind: changed - description: Enable to configure Service Monitor port + description: Upgrade to Argo Workflows v3.4.8