diff --git a/charts/prometheus/Chart.yaml b/charts/prometheus/Chart.yaml index c6c6f131e253..b3552332ee29 100644 --- a/charts/prometheus/Chart.yaml +++ b/charts/prometheus/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: prometheus appVersion: v2.55.1 -version: 25.30.0 +version: 25.30.1 kubeVersion: ">=1.19.0-0" description: Prometheus is a monitoring system and time series database. home: https://prometheus.io/ diff --git a/charts/prometheus/templates/_helpers.tpl b/charts/prometheus/templates/_helpers.tpl index 3d8078f02244..6704be275178 100644 --- a/charts/prometheus/templates/_helpers.tpl +++ b/charts/prometheus/templates/_helpers.tpl @@ -27,7 +27,6 @@ Create unified labels for prometheus components {{- define "prometheus.common.metaLabels" -}} app.kubernetes.io/version: {{ .Chart.AppVersion }} helm.sh/chart: {{ include "prometheus.chart" . }} -app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/part-of: {{ include "prometheus.name" . }} {{- with .Values.commonMetaLabels}} {{ toYaml . }}