Commit 702c7ec 1 parent 0faed44 commit 702c7ec Copy full SHA for 702c7ec
File tree 3 files changed +4
-4
lines changed
charts/ethereum-address-metrics-exporter
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: ethereum-address-metrics-exporter
3
3
description : A prometheus exporter for Ethereum externally owned account and contract addresses
4
4
home : https://github.com/ethpandaops/ethereum-address-metrics-exporter
5
5
type : application
6
- version : 0.1.1
6
+ version : 0.1.2
7
7
maintainers :
8
8
- name : savid
9
9
Original file line number Diff line number Diff line change 1
1
2
2
# ethereum-address-metrics-exporter
3
3
4
- ![ Version: 0.1.1 ] ( https://img.shields.io/badge/Version-0.1.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
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 )
5
5
6
6
A prometheus exporter for Ethereum externally owned account and contract addresses
7
7
@@ -28,7 +28,7 @@ A prometheus exporter for Ethereum externally owned account and contract address
28
28
| fullnameOverride | string | ` "" ` | Overrides the chart's computed fullname |
29
29
| image.pullPolicy | string | ` "IfNotPresent" ` | ethereum-address-metrics-exporter container pull policy |
30
30
| image.repository | string | ` "ethpandaops/ethereum-address-metrics-exporter" ` | ethereum-address-metrics-exporter container image repository |
31
- | image.tag | string | ` "0.0.6 " ` | ethereum-address-metrics-exporter container image tag |
31
+ | image.tag | string | ` "latest " ` | ethereum-address-metrics-exporter container image tag |
32
32
| imagePullSecrets | list | ` [] ` | Image pull secrets for Docker images |
33
33
| ingress.annotations | object | ` {} ` | Annotations for Ingress |
34
34
| ingress.enabled | bool | ` false ` | Ingress resource for the HTTP API |
Original file line number Diff line number Diff line change 11
11
# -- ethereum-address-metrics-exporter container image repository
12
12
repository : ethpandaops/ethereum-address-metrics-exporter
13
13
# -- ethereum-address-metrics-exporter container image tag
14
- tag : 0.0.6
14
+ tag : latest
15
15
# -- ethereum-address-metrics-exporter container pull policy
16
16
pullPolicy : IfNotPresent
17
17
You can’t perform that action at this time.
0 commit comments