Skip to content

Commit ba1bd11

Browse files
committed
feat: upgrade helm chart to 1.0.0
1 parent 7e1a6aa commit ba1bd11

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

charts/eth-validator-watcher/values.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
# Kubernetes config.
1+
# Kubernetes config, likely no need to tweak those unless you know
2+
# what you are doing and need specific tweaks.
23

34
replicaCount: 1
45

56
image:
67
repository: ghcr.io/kilnfi/eth-validator-watcher
78
pullPolicy: IfNotPresent
8-
tag: 1.0.0-beta8
9+
tag: 1.0.0-beta.8
910

1011
nameOverride: ""
1112
fullnameOverride: ""
@@ -49,12 +50,13 @@ podMonitor:
4950
relabelings: []
5051

5152
# Here is the actual configuration of the watcher. This needs to be
52-
# edited to your environment / setup.
53-
config:
53+
# edited to your environment / setup / keys.
54+
55+
config: |
5456
beacon_url: http://beacon-url:5051
5557
beacon_timeout_sec: 90
5658
network: network-name
5759
metrics_port: 8000
5860
watched_keys:
59-
- public_key: ['989fa046d04b41fc95a04dabb7ab8b64e84afaa85c0aa49e1c6878d7b2814094402d62ae42dfbf3ac72e6770ee0926a8']
61+
- public_key: '989fa046d04b41fc95a04dabb7ab8b64e84afaa85c0aa49e1c6878d7b2814094402d62ae42dfbf3ac72e6770ee0926a8'
6062
labels: ['operator:kiln', 'vc:prysm-validator-1']

0 commit comments

Comments
 (0)