mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 06:47:25 +08:00
[bitnami/thanos] add service monitor labels (#26880)
* [bitnami/thanos] add service monitor labels Signed-off-by: Alec Rajeev <13004609+alecrajeev@users.noreply.github.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Alec Rajeev <13004609+alecrajeev@users.noreply.github.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Alejandro Moreno <amorenoc@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Alejandro Moreno <amorenoc@vmware.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 15.7.2 (2024-06-06)
|
||||
## 15.7.3 (2024-06-10)
|
||||
|
||||
* [bitnami/thanos] Release 15.7.2 ([#27020](https://github.com/bitnami/charts/pull/27020))
|
||||
* [bitnami/thanos] add service monitor labels ([#26880](https://github.com/bitnami/charts/pull/26880))
|
||||
|
||||
## <small>15.7.2 (2024-06-06)</small>
|
||||
|
||||
* [bitnami/thanos] Release 15.7.2 (#27020) ([63e189e](https://github.com/bitnami/charts/commit/63e189e67eca6e03ddeac7957c11f008f2676f91)), closes [#27020](https://github.com/bitnami/charts/issues/27020)
|
||||
|
||||
## <small>15.7.1 (2024-06-05)</small>
|
||||
|
||||
|
||||
@@ -35,4 +35,4 @@ maintainers:
|
||||
name: thanos
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/thanos
|
||||
version: 15.7.2
|
||||
version: 15.7.3
|
||||
|
||||
@@ -11,6 +11,7 @@ metadata:
|
||||
namespace: {{ include "common.names.namespace" . }}
|
||||
labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
|
||||
app.kubernetes.io/component: receive
|
||||
{{- include "thanos.servicemonitor.matchLabels" . | nindent 4 -}}
|
||||
{{- if or .Values.receive.service.headless.annotations .Values.commonAnnotations }}
|
||||
{{- $annotations := include "common.tplvalues.merge" ( dict "values" ( list .Values.receive.service.headless.annotations .Values.commonAnnotations ) "context" . ) }}
|
||||
annotations: {{- include "common.tplvalues.render" ( dict "value" $annotations "context" $) | nindent 4 }}
|
||||
|
||||
Reference in New Issue
Block a user