Skip to content

Commit

Permalink
Update Teku & Lighthouse (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Sep 25, 2023
1 parent 689b483 commit 74058f1
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions charts/lighthouse-validator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 4.4.1
version: 4.4.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v4.4.1"
appVersion: "v4.5.0"

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/lighthouse-validator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ image:
repository: sigp/lighthouse
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v4.3.0"
tag: "v4.5.0"

imagePullSecrets: []
nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions charts/lighthouse/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: lighthouse
version: 4.4.1
version: 4.4.2
kubeVersion: "^1.20.0-0"
description: Rust Ethereum 2.0 Client.
type: application
Expand All @@ -16,7 +16,7 @@ maintainers:
- name: Dmitri Tsumak
email: dmitri@stakewise.io
icon: https://raw.githubusercontent.com/ethereum/ethereum-org/master/public/images/logos/ETHEREUM-ICON_Black.png
appVersion: v4.4.1
appVersion: v4.5.0

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/lighthouse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ sidecar:
image:
registry: "docker.io"
repository: "sigp/lighthouse"
tag: "v4.4.1"
tag: "v4.5.0"
pullPolicy: IfNotPresent

## Credentials to fetch images from private registry
Expand Down
4 changes: 2 additions & 2 deletions charts/teku-validator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 4.0.6
version: 4.0.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "23.8.0"
appVersion: "23.9.1"

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/teku-validator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ image:
repository: consensys/teku
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "23.6.1"
tag: "23.9.1"

imagePullSecrets: []
nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions charts/teku/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.4.9
version: 2.5.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "23.8.0"
appVersion: "23.9.1"

keywords:
- ethereum
Expand Down
2 changes: 1 addition & 1 deletion charts/teku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ image:
repository: consensys/teku
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "23.8.0"
tag: "23.9.1"

imagePullSecrets: []
nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions charts/validators/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.5.1
version: 3.5.2


# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v3.5.1"
appVersion: "v3.5.2"

keywords:
- ethereum
Expand Down
4 changes: 2 additions & 2 deletions charts/validators/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ image:
lighthouse:
registry: "docker.io"
repository: "sigp/lighthouse"
tag: "v4.4.1"
tag: "v4.5.0"
teku:
registry: "docker.io"
repository: "consensys/teku"
tag: "23.8.0"
tag: "23.9.1"

## Credentials to fetch images from private registry
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
Expand Down
4 changes: 2 additions & 2 deletions charts/web3signer-validators/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 4.1.1
version: 4.1.2


# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v4.1.1"
appVersion: "v4.1.2"

keywords:
- ethereum
Expand Down
4 changes: 2 additions & 2 deletions charts/web3signer-validators/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ image:
lighthouse:
registry: "docker.io"
repository: "sigp/lighthouse"
tag: "v4.4.1"
tag: "v4.5.0"
teku:
registry: "docker.io"
repository: "consensys/teku"
tag: "23.8.0"
tag: "23.9.1"

## Credentials to fetch images from private registry
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
Expand Down

0 comments on commit 74058f1

Please sign in to comment.