feat(argo-cd): Allow service monitor relabeling configs (#897)
* Allow service monitor relabeling configs Signed-off-by: Petr Drastil <petr.drastil@gmail.com> * Revert scrape interval to optional field Signed-off-by: Petr Drastil <petr.drastil@gmail.com> * Revert path to original place Signed-off-by: Petr Drastil <petr.drastil@gmail.com> * Fix trailing character on README Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
91e6e0749a
commit
8e11387e7d
7 changed files with 76 additions and 30 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: 2.1.0
|
||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 3.15.0
|
||||
version: 3.16.0
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argoproj.github.io/argo-cd/assets/logo.png
|
||||
keywords:
|
||||
|
|
@ -21,4 +21,5 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Added]: Global configuration for pod annotations and labels"
|
||||
- "[Added]: Service monitor relabelings and metricsRelabelings"
|
||||
- "[Fixed]: Service monitor interval configuration for all components"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue