Skip to content

Commit 8e5df29

Browse files
authored
fix ident for relabelings (#3)
* fix ident for relabelings * update version
1 parent 84a5eab commit 8e5df29

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/octez-evm-node/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ home: https://docs.etherlink.com/
55
sources:
66
- https://gitlab.com/tezos/tezos
77
type: application
8-
version: 0.1.9
8+
version: 0.1.10

charts/octez-evm-node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# octez-evm-node
22

3-
![Version: 0.1.9](https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3+
![Version: 0.1.10](https://img.shields.io/badge/Version-0.1.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
44

55
Tezos octez-evm-node
66

charts/octez-evm-node/templates/servicemonitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
{{- end }}
3232
{{- if .Values.serviceMonitor.relabelings }}
3333
relabelings:
34-
{{- toYaml .Values.serviceMonitor.relabelings | nindent 4 }}
34+
{{- toYaml .Values.serviceMonitor.relabelings | nindent 6 }}
3535
{{- end }}
3636
jobLabel: "{{ .Release.Name }}"
3737
selector:

0 commit comments

Comments
 (0)