Skip to content

Commit 702c7ec

Browse files
authored
revert(ethereum-address-metrics-exporter): target image version (ethpandaops#120)
1 parent 0faed44 commit 702c7ec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/ethereum-address-metrics-exporter/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ethereum-address-metrics-exporter
33
description: A prometheus exporter for Ethereum externally owned account and contract addresses
44
home: https://github.com/ethpandaops/ethereum-address-metrics-exporter
55
type: application
6-
version: 0.1.1
6+
version: 0.1.2
77
maintainers:
88
- name: savid
99

charts/ethereum-address-metrics-exporter/README.md

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

22
# ethereum-address-metrics-exporter
33

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)
55

66
A prometheus exporter for Ethereum externally owned account and contract addresses
77

@@ -28,7 +28,7 @@ A prometheus exporter for Ethereum externally owned account and contract address
2828
| fullnameOverride | string | `""` | Overrides the chart's computed fullname |
2929
| image.pullPolicy | string | `"IfNotPresent"` | ethereum-address-metrics-exporter container pull policy |
3030
| 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 |
3232
| imagePullSecrets | list | `[]` | Image pull secrets for Docker images |
3333
| ingress.annotations | object | `{}` | Annotations for Ingress |
3434
| ingress.enabled | bool | `false` | Ingress resource for the HTTP API |

charts/ethereum-address-metrics-exporter/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
# -- ethereum-address-metrics-exporter container image repository
1212
repository: ethpandaops/ethereum-address-metrics-exporter
1313
# -- ethereum-address-metrics-exporter container image tag
14-
tag: 0.0.6
14+
tag: latest
1515
# -- ethereum-address-metrics-exporter container pull policy
1616
pullPolicy: IfNotPresent
1717

0 commit comments

Comments
 (0)