Skip to content

Commit

Permalink
fix(argo-workflows): Fix outdated URL in values.yaml comments (argopr…
Browse files Browse the repository at this point in the history
…oj#2328)

* fix outdated link branch link

Branch was renamed prior, redirects to main now

Signed-off-by: Max! <admin@cloudydev.net>

* Update Chart.yaml

Signed-off-by: Max! <admin@cloudydev.net>

* add to changelog

Signed-off-by: Max! <admin@cloudydev.net>

---------

Signed-off-by: Max! <admin@cloudydev.net>
Signed-off-by: Kripu Khadka <khadkakripu4@gmail.com>
  • Loading branch information
cloudymax authored and Kripu77 committed Nov 16, 2023
1 parent 36f0970 commit 0056260
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion charts/argo-workflows/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
2 changes: 1 addition & 1 deletion charts/argo-workflows/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0056260

Please sign in to comment.