mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Signed-off-by: Jennifer Lentz <jlentz@finishline.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
651f4c576c
commit
9ca01ba30d
@@ -10,5 +10,5 @@ maintainers:
|
||||
email: harry@konghq.com
|
||||
name: kong
|
||||
sources:
|
||||
version: 0.36.2
|
||||
version: 0.36.3
|
||||
appVersion: 1.4
|
||||
|
||||
@@ -461,6 +461,14 @@ value is your SMTP password.
|
||||
|
||||
## Changelog
|
||||
|
||||
### 0.36.3
|
||||
|
||||
> PR https://github.com/helm/charts/pull/19992
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Fix spacing in ServiceMonitor when label is specified in config
|
||||
|
||||
### 0.36.2
|
||||
|
||||
> PR https://github.com/helm/charts/pull/19955
|
||||
|
||||
@@ -9,7 +9,7 @@ metadata:
|
||||
labels:
|
||||
{{- include "kong.metaLabels" . | nindent 4 }}
|
||||
{{- if .Values.serviceMonitor.labels }}
|
||||
{{ toYaml .Values.serviceMonitor.labels | indent 4 }}
|
||||
{{ toYaml .Values.serviceMonitor.labels | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
endpoints:
|
||||
|
||||
Reference in New Issue
Block a user