Skip to content

Commit 4dd994b

Browse files
bleggettzerittizanhsieh
authored
[prometheus] app.kubenetes.io/managed-by should not be templated (#4965)
Signed-off-by: Benjamin Leggett <[email protected]> Signed-off-by: zeritti <[email protected]> Co-authored-by: zeritti <[email protected]> Co-authored-by: MH <[email protected]>
1 parent 3e6b5f1 commit 4dd994b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

charts/prometheus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: prometheus
33
appVersion: v2.55.1
4-
version: 25.30.0
4+
version: 25.30.1
55
kubeVersion: ">=1.19.0-0"
66
description: Prometheus is a monitoring system and time series database.
77
home: https://prometheus.io/

charts/prometheus/templates/_helpers.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Create unified labels for prometheus components
2727
{{- define "prometheus.common.metaLabels" -}}
2828
app.kubernetes.io/version: {{ .Chart.AppVersion }}
2929
helm.sh/chart: {{ include "prometheus.chart" . }}
30-
app.kubernetes.io/managed-by: {{ .Release.Service }}
3130
app.kubernetes.io/part-of: {{ include "prometheus.name" . }}
3231
{{- with .Values.commonMetaLabels}}
3332
{{ toYaml . }}

0 commit comments

Comments
 (0)