Skip to content

Commit 83689a1

Browse files
authored
fix: forkmon typo fixes (ethpandaops#132)
* fix: forkmon typo fixes
1 parent ec30602 commit 83689a1

File tree

4 files changed

+5
-25
lines changed

4 files changed

+5
-25
lines changed

charts/forkmon/Chart.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: forkmon
33
description: This is a little tool to keep track on a set of nodes, and see if they keep in step or if they go out of consensus.
44
home: https://github.com/ethereum/nodemonitor
55
type: application
6-
version: 0.1.2
6+
version: 0.1.3
77
maintainers:
88
- name: skylenet
99
10+
- name: barnabasbusa
11+

charts/forkmon/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# forkmon
33

4-
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
4+
![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
55

66
This is a little tool to keep track on a set of nodes, and see if they keep in step or if they go out of consensus.
77

charts/forkmon/templates/NOTES.txt

-22
This file was deleted.

charts/forkmon/templates/configmap.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ metadata:
66
{{- include "forkmon.labels" . | nindent 4 }}
77
data:
88
config.toml: |
9-
{{- tpl .Values.config . | nindent 4 }}
9+
{{- tpl .Values.config . | nindent 4 }}
1010
1111

0 commit comments

Comments
 (0)