fix(argo-workflows): Fix outdated URL in values.yaml comments (#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>
This commit is contained in:
parent
4afebb25f6
commit
d170cdb2df
2 changed files with 4 additions and 2 deletions
|
@ -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:
|
||||
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue