We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d3f02f commit 2dbe3d5Copy full SHA for 2dbe3d5
2 files changed
charts/abstract-node/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: abstract-node
3
description: External node for syncing and serving blockchain data for Abstract
4
-version: 0.1.20
+version: 0.1.21
5
type: application
6
icon: https://abstract-assets.abs.xyz/icons/light.png
7
keywords:
charts/abstract-node/templates/cnpg-podmonitor.yaml
@@ -2,11 +2,9 @@
apiVersion: monitoring.coreos.com/v1
kind: PodMonitor
metadata:
- metadata:
- name: {{ include "common.names.fullname" . }}
+ name: {{ include "cnpg.clusterName" . }}
labels:
8
{{- include "common.labels.standard" . | nindent 4 }}
9
- labels:
10
cnpg.io/cluster: {{ include "cnpg.clusterName" . }}
11
{{- if .Values.metrics.serviceMonitor.additionalLabels }}
12
{{- toYaml .Values.metrics.serviceMonitor.additionalLabels | nindent 4 }}
0 commit comments