Skip to content

Commit 4f7f95e

Browse files
chore(beacons): bump lighthouse and beacons (#257)
1 parent 697aa8f commit 4f7f95e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

charts/beacons/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

charts/beacons/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
A Helm chart for deploying a beacon node to Kubernetes
66

charts/lighthouse/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

charts/lighthouse/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
A 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 | `""` | |

charts/lighthouse/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replicaCount: 1
77
image:
88
repository: sigp/lighthouse
99
pullPolicy: IfNotPresent
10-
tag: "v7.0.0"
10+
tag: ""
1111

1212
network: sepolia
1313
# can be mainnet or sepolia, gnosis etc

0 commit comments

Comments
 (0)