Skip to content

Commit 10db994

Browse files
authored
lodestar: version bump (ethpandaops#136)
1 parent 75c56aa commit 10db994

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/lodestar/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ icon: https://raw.githubusercontent.com/ChainSafe/lodestar/master/assets/lodesta
66
sources:
77
- https://github.com/ChainSafe/lodestar
88
type: application
9-
version: 0.2.5
9+
version: 0.2.6
1010
maintainers:
1111
- name: skylenet
1212

charts/lodestar/README.md

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

22
# lodestar
33

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

66
Lodestar is a open-source TypeScript implementation of the Ethereum consensus engine.
77

@@ -29,7 +29,7 @@ Lodestar is a open-source TypeScript implementation of the Ethereum consensus en
2929
| httpPort | int | `9596` | HTTP Port |
3030
| image.pullPolicy | string | `"IfNotPresent"` | lodestar container pull policy |
3131
| image.repository | string | `"chainsafe/lodestar"` | lodestar container image repository |
32-
| image.tag | string | `"v1.1.1"` | lodestar container image tag |
32+
| image.tag | string | `"v1.2.1"` | lodestar container image tag |
3333
| imagePullSecrets | list | `[]` | Image pull secrets for Docker images |
3434
| ingress.annotations | object | `{}` | Annotations for Ingress |
3535
| ingress.enabled | bool | `false` | Ingress resource for the HTTP API |

charts/lodestar/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
# -- lodestar container image repository
1212
repository: chainsafe/lodestar
1313
# -- lodestar container image tag
14-
tag: v1.1.1
14+
tag: v1.2.1
1515
# -- lodestar container pull policy
1616
pullPolicy: IfNotPresent
1717

0 commit comments

Comments
 (0)