Skip to content

Commit

Permalink
fix servicemonitor selectors (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-medvedev-codefresh authored Jul 9, 2024
1 parent 849fdae commit fbc6b88
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: v2.11-2024.7.3-c0941bcb4
kubeVersion: ">=1.23.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 6.11.1-3-cap-2.11-2024.7.3-c0941bcb4
version: 6.11.1-4-cap-2.11-2024.7.3-c0941bcb4
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources:
Expand All @@ -28,3 +28,5 @@ annotations:
artifacthub.io/changes: |
- kind: changed
description: Upgrade argo-cd to v2.11-2024.7.3-c0941bcb4 with fix - report application event from queue instead of requesting actual state again which potentially means doesn't get same data as in original event
- kind: fixed
description: Event reporter selector labeles
7 changes: 7 additions & 0 deletions charts/argo-cd/ci/codefresh.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Values file to debug templates that rely on Codefresh values
global:
codefresh:
tls:
caCerts:
secret:
create: false
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ spec:
- {{ .Release.Namespace }}
selector:
matchLabels:
{{- include "argo-cd.selectorLabels" (dict "context" . "component" .Values.eventReporter.name "name" "metrics") | nindent 6 }}
{{- include "argo-cd.selectorLabels" (dict "context" . "component" .Values.eventReporter.name "name" (printf "%s-metrics" .Values.eventReporter.name)) | nindent 6 }}
{{- end }}

0 comments on commit fbc6b88

Please sign in to comment.