diff --git a/bitnami/rabbitmq-cluster-operator/Chart.yaml b/bitnami/rabbitmq-cluster-operator/Chart.yaml index dee00891d..69d3b2805 100644 --- a/bitnami/rabbitmq-cluster-operator/Chart.yaml +++ b/bitnami/rabbitmq-cluster-operator/Chart.yaml @@ -25,4 +25,4 @@ name: rabbitmq-cluster-operator sources: - https://github.com/bitnami/bitnami-docker-rabbitmq-cluster-operator - https://github.com/rabbitmq/cluster-operator -version: 2.0.5 +version: 2.0.6 diff --git a/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/servicemonitor.yaml b/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/servicemonitor.yaml index f2b73af5c..014b3156c 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/servicemonitor.yaml +++ b/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/servicemonitor.yaml @@ -2,7 +2,7 @@ apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: - name: {{ include "common.names.fullname" . }}-cluster-operator + name: {{ template "rmqco.clusterOperator.fullname" . }} labels: {{- include "common.labels.standard" . | nindent 4 }} {{- if .Values.clusterOperator.metrics.serviceMonitor.additionalLabels }} {{- include "common.tplvalues.render" (dict "value" .Values.clusterOperator.metrics.serviceMonitor.additionalLabels "context" $) | nindent 4 }} diff --git a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/servicemonitor.yaml b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/servicemonitor.yaml index 17bcc4a55..29698b804 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/servicemonitor.yaml +++ b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/servicemonitor.yaml @@ -2,7 +2,7 @@ apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: - name: {{ include "common.names.fullname" . }}-messaging-topology-operator + name: {{ template "rmqco.msgTopologyOperator.fullname" . }} labels: {{- include "common.labels.standard" . | nindent 4 }} {{- if .Values.msgTopologyOperator.metrics.serviceMonitor.additionalLabels }} {{- include "common.tplvalues.render" (dict "value" .Values.msgTopologyOperator.metrics.serviceMonitor.additionalLabels "context" $) | nindent 4 }}