File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ type: application
2020# This is the chart version. This version number should be incremented each time you make changes
2121# to the chart and its templates, including the app version.
2222# Versions are expected to follow Semantic Versioning (https://semver.org/)
23- version : 0.0.15
23+ version : 0.0.16
2424
2525# This is the version number of the application being deployed. This version number should be
2626# incremented each time you make changes to the application. Versions are not expected to
2727# follow Semantic Versioning. They should reflect the version the application is using.
2828# It is recommended to use it with quotes.
29- appVersion : " v6.0.0 "
29+ appVersion : " v6.1.2 "
Original file line number Diff line number Diff line change 11# beacons
22
3- ![ Version: 0.0.15 ] ( https://img.shields.io/badge/Version-0.0.15 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v6.0.0 ] ( https://img.shields.io/badge/AppVersion-v6.0.0 -informational?style=flat-square )
3+ ![ Version: 0.0.16 ] ( https://img.shields.io/badge/Version-0.0.16 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v6.1.2 ] ( https://img.shields.io/badge/AppVersion-v6.1.2 -informational?style=flat-square )
44
55A Helm chart for deploying a beacon node to Kubernetes
66
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ type: application
2020# This is the chart version. This version number should be incremented each time you make changes
2121# to the chart and its templates, including the app version.
2222# Versions are expected to follow Semantic Versioning (https://semver.org/)
23- version : 0.0.6
23+ version : 0.0.7
2424
2525# This is the version number of the application being deployed. This version number should be
2626# incremented each time you make changes to the application. Versions are not expected to
2727# follow Semantic Versioning. They should reflect the version the application is using.
2828# It is recommended to use it with quotes.
29- appVersion : " v7.0 .0"
29+ appVersion : " v7.1 .0"
Original file line number Diff line number Diff line change 11# lighthouse
22
3- ![ Version: 0.0.6 ] ( https://img.shields.io/badge/Version-0.0.6 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v7.0 .0] ( https://img.shields.io/badge/AppVersion-v7.0 .0-informational?style=flat-square )
3+ ![ Version: 0.0.7 ] ( https://img.shields.io/badge/Version-0.0.7 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v7.1 .0] ( https://img.shields.io/badge/AppVersion-v7.1 .0-informational?style=flat-square )
44
55A Helm chart for deploying the Lighthouse Consensus Layer / beacon on Kubernetes
66
@@ -27,7 +27,7 @@ A Helm chart for deploying the Lighthouse Consensus Layer / beacon on Kubernetes
2727| httpPort | int | ` 3500 ` | HTTP Port |
2828| image.pullPolicy | string | ` "IfNotPresent" ` | |
2929| image.repository | string | ` "sigp/lighthouse" ` | |
30- | image.tag | string | ` "v7.0.0 " ` | |
30+ | image.tag | string | ` "" ` | |
3131| imagePullSecrets | list | ` [] ` | |
3232| ingress.annotations | object | ` {} ` | |
3333| ingress.className | string | ` "" ` | |
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replicaCount: 1
77image :
88 repository : sigp/lighthouse
99 pullPolicy : IfNotPresent
10- tag : " v7.0.0 "
10+ tag : " "
1111
1212network : sepolia
1313# can be mainnet or sepolia, gnosis etc
You can’t perform that action at this time.
0 commit comments