From cd6df0e382dee51029e1e4379b9af7a0859a36e9 Mon Sep 17 00:00:00 2001 From: Max! Date: Fri, 3 Nov 2023 14:25:59 +0100 Subject: [PATCH 1/3] fix outdated link branch link Branch was renamed prior, redirects to main now Signed-off-by: Max! --- charts/argo-workflows/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-workflows/values.yaml b/charts/argo-workflows/values.yaml index cae5f749e..8d3c830de 100644 --- a/charts/argo-workflows/values.yaml +++ b/charts/argo-workflows/values.yaml @@ -124,7 +124,7 @@ controller: # -- Service metrics port name servicePortName: metrics # -- ServiceMonitor relabel configs to apply to samples before scraping - ## Ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#relabelconfig + ## Ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#relabelconfig relabelings: [] # -- ServiceMonitor metric relabel configs to apply to samples before ingestion ## Ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#endpoint From 0a2c1d5c533a2f746918d68f4f06248bf320ff58 Mon Sep 17 00:00:00 2001 From: Max! Date: Fri, 3 Nov 2023 14:27:58 +0100 Subject: [PATCH 2/3] Update Chart.yaml Signed-off-by: Max! --- charts/argo-workflows/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-workflows/Chart.yaml b/charts/argo-workflows/Chart.yaml index 44d16babd..01db88f07 100644 --- a/charts/argo-workflows/Chart.yaml +++ b/charts/argo-workflows/Chart.yaml @@ -3,7 +3,7 @@ appVersion: v3.5.0 name: argo-workflows description: A Helm chart for Argo Workflows type: application -version: 0.37.0 +version: 0.37.1 icon: https://argoproj.github.io/argo-workflows/assets/logo.png home: https://github.com/argoproj/argo-helm sources: From f4eb77a1af75f329e2ba9fb4e468de0bfb0cd120 Mon Sep 17 00:00:00 2001 From: Max! Date: Fri, 3 Nov 2023 14:32:29 +0100 Subject: [PATCH 3/3] add to changelog Signed-off-by: Max! --- charts/argo-workflows/Chart.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/argo-workflows/Chart.yaml b/charts/argo-workflows/Chart.yaml index 01db88f07..53d392c21 100644 --- a/charts/argo-workflows/Chart.yaml +++ b/charts/argo-workflows/Chart.yaml @@ -18,3 +18,5 @@ annotations: artifacthub.io/changes: | - kind: changed description: Updated supported scaling parameters based on https://argoproj.github.io/argo-workflows/scaling/ + - kind: changed + description: Updated a url in values.yaml comments.