Commit 10db994 1 parent 75c56aa commit 10db994 Copy full SHA for 10db994
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ icon: https://raw.githubusercontent.com/ChainSafe/lodestar/master/assets/lodesta
6
6
sources :
7
7
- https://github.com/ChainSafe/lodestar
8
8
type : application
9
- version : 0.2.5
9
+ version : 0.2.6
10
10
maintainers :
11
11
- name : skylenet
12
12
Original file line number Diff line number Diff line change 1
1
2
2
# lodestar
3
3
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 )
5
5
6
6
Lodestar is a open-source TypeScript implementation of the Ethereum consensus engine.
7
7
@@ -29,7 +29,7 @@ Lodestar is a open-source TypeScript implementation of the Ethereum consensus en
29
29
| httpPort | int | ` 9596 ` | HTTP Port |
30
30
| image.pullPolicy | string | ` "IfNotPresent" ` | lodestar container pull policy |
31
31
| 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 |
33
33
| imagePullSecrets | list | ` [] ` | Image pull secrets for Docker images |
34
34
| ingress.annotations | object | ` {} ` | Annotations for Ingress |
35
35
| ingress.enabled | bool | ` false ` | Ingress resource for the HTTP API |
Original file line number Diff line number Diff line change 11
11
# -- lodestar container image repository
12
12
repository : chainsafe/lodestar
13
13
# -- lodestar container image tag
14
- tag : v1.1 .1
14
+ tag : v1.2 .1
15
15
# -- lodestar container pull policy
16
16
pullPolicy : IfNotPresent
17
17
You can’t perform that action at this time.
0 commit comments