fix(argo-rollouts): Also use 'controller.component' parameter in ServiceMonitor (#912)

* fix(argo-rollouts): Use 'controller.component' parameter consistently

Signed-off-by: Donovan Muller <donovan.muller@gmail.com>

* Fix second occurrence of controller.component

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:
Donovan Muller 2021-08-30 08:46:26 +02:00 committed by GitHub
parent 5c03c916be
commit 32a6aa70ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "v1.0.2"
description: A Helm chart for Argo Rollouts
name: argo-rollouts
version: 2.0.0
version: 2.0.1
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
home: https://github.com/argoproj/argo-helm
maintainers:
@ -11,4 +11,4 @@ maintainers:
- name: jessesuen
annotations:
artifacthub.io/changes: |
- "[Added]: Dashboard manifests"
- "[Fixed]: ServiceMonitor selector labels match metrics Service"