diff --git a/charts/nethermind/Chart.yaml b/charts/nethermind/Chart.yaml index a64d64fd..5ca0a74a 100644 --- a/charts/nethermind/Chart.yaml +++ b/charts/nethermind/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: nethermind description: .NET Core Ethereum client type: application -version: 2.7.0 -appVersion: "v1.29.0" +version: 2.7.1 +appVersion: "v1.29.1" icon: https://storage.googleapis.com/stakewise-charts/stakewise.png keywords: - ethereum diff --git a/charts/nethermind/values.yaml b/charts/nethermind/values.yaml index 5123deea..593a71d4 100644 --- a/charts/nethermind/values.yaml +++ b/charts/nethermind/values.yaml @@ -105,7 +105,7 @@ image: repository: nethermind/nethermind pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.29.0" + tag: "1.29.1" ## Credentials to fetch images from private registry ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/charts/teku-validator/Chart.yaml b/charts/teku-validator/Chart.yaml index 5639b030..511e4918 100644 --- a/charts/teku-validator/Chart.yaml +++ b/charts/teku-validator/Chart.yaml @@ -16,13 +16,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.2.3 +version: 4.2.4 # 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: "24.10.1" +appVersion: "24.10.2" dependencies: - name: common diff --git a/charts/teku-validator/values.yaml b/charts/teku-validator/values.yaml index ee87c196..a5bf8dbf 100644 --- a/charts/teku-validator/values.yaml +++ b/charts/teku-validator/values.yaml @@ -94,7 +94,7 @@ image: repository: consensys/teku pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "24.10.1" + tag: "24.10.2" imagePullSecrets: [] nameOverride: "" diff --git a/charts/teku/Chart.yaml b/charts/teku/Chart.yaml index 58b735cf..345eedca 100644 --- a/charts/teku/Chart.yaml +++ b/charts/teku/Chart.yaml @@ -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.6.4 +version: 2.6.5 # 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: "24.10.1" +appVersion: "24.10.2" keywords: - ethereum diff --git a/charts/teku/values.yaml b/charts/teku/values.yaml index deabf664..c797b80f 100644 --- a/charts/teku/values.yaml +++ b/charts/teku/values.yaml @@ -106,7 +106,7 @@ image: repository: consensys/teku pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "24.10.1" + tag: "24.10.2" imagePullSecrets: [] nameOverride: "" diff --git a/charts/validators/Chart.yaml b/charts/validators/Chart.yaml index 915e668d..26ac55a3 100644 --- a/charts/validators/Chart.yaml +++ b/charts/validators/Chart.yaml @@ -16,13 +16,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: 3.7.9 +version: 3.7.10 # 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.7.9" +appVersion: "v3.7.10" keywords: - ethereum diff --git a/charts/validators/values.yaml b/charts/validators/values.yaml index 3ee027bb..f57d4e2c 100644 --- a/charts/validators/values.yaml +++ b/charts/validators/values.yaml @@ -119,7 +119,7 @@ image: teku: registry: "docker.io" repository: "consensys/teku" - tag: "24.10.1" + tag: "24.10.2" ## Credentials to fetch images from private registry ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/charts/vero/Chart.yaml b/charts/vero/Chart.yaml index bb11c4bd..39d538cf 100644 --- a/charts/vero/Chart.yaml +++ b/charts/vero/Chart.yaml @@ -16,13 +16,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: 0.8.2 +version: 0.8.3 # 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: "v0.8.2" +appVersion: "v0.8.3" dependencies: - name: common diff --git a/charts/web3signer-validators/Chart.yaml b/charts/web3signer-validators/Chart.yaml index 0c24ffb8..7ed752c6 100644 --- a/charts/web3signer-validators/Chart.yaml +++ b/charts/web3signer-validators/Chart.yaml @@ -16,13 +16,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: 6.2.2 +version: 6.2.3 # 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: "v6.2.2" +appVersion: "v6.2.3" keywords: - ethereum diff --git a/charts/web3signer-validators/values.yaml b/charts/web3signer-validators/values.yaml index 409aba5f..78c36974 100644 --- a/charts/web3signer-validators/values.yaml +++ b/charts/web3signer-validators/values.yaml @@ -113,7 +113,7 @@ image: prysm: registry: "gcr.io" repository: "prysmaticlabs/prysm/validator" - tag: "v5.1.0" + tag: "v5.1.2" lighthouse: registry: "docker.io" repository: "sigp/lighthouse" @@ -121,7 +121,7 @@ image: teku: registry: "docker.io" repository: "consensys/teku" - tag: "24.10.1" + tag: "24.10.2" ## Credentials to fetch images from private registry ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/