Skip to content

Commit

Permalink
πŸ› Fix namespaceSelector on ServiceMonitor (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur authored Nov 23, 2022
1 parent 32e1c4f commit 76af68c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
11 changes: 9 additions & 2 deletions traefik/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Change Log

## 20.5.1 ![AppVersion: v2.9.4](https://img.shields.io/static/v1?label=AppVersion&message=v2.9.4&color=success&logo=) ![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)

**Release date:** 2022-11-23

* πŸ› Fix namespaceSelector on ServiceMonitor (#737)


## 20.5.0 ![AppVersion: v2.9.4](https://img.shields.io/static/v1?label=AppVersion&message=v2.9.4&color=success&logo=) ![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)

**Release date:** 2022-11-22
**Release date:** 2022-11-23

* πŸš€ Add complete support on metrics options
* πŸš€ Add complete support on metrics options (#735)
* πŸ› make tests use fixed version

### Default value changes
Expand Down
5 changes: 2 additions & 3 deletions traefik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: traefik
description: A Traefik based Kubernetes ingress controller
type: application
version: 20.5.0
version: 20.5.1
appVersion: v2.9.4
keywords:
- traefik
Expand All @@ -25,5 +25,4 @@ maintainers:
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
annotations:
artifacthub.io/changes: |
- πŸš€ Add complete support on metrics options
- πŸ› make tests use fixed version
- πŸ› Fix namespaceSelector on ServiceMonitor
2 changes: 1 addition & 1 deletion traefik/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
{{- end }}
{{- if .Values.metrics.prometheus.serviceMonitor.namespaceSelector }}
namespaceSelector:
{{ toYaml .Values.metrics.prometheus.serviceMonitor.namespaceSelector | indent 4 -}}
{{ toYaml .Values.metrics.prometheus.serviceMonitor.namespaceSelector | indent 4 -}}
{{ else }}
namespaceSelector:
matchNames:
Expand Down

0 comments on commit 76af68c

Please sign in to comment.