diff --git a/charts/erigon/Chart.yaml b/charts/erigon/Chart.yaml index 2d871347..9cdd9b25 100644 --- a/charts/erigon/Chart.yaml +++ b/charts/erigon/Chart.yaml @@ -24,13 +24,13 @@ sources: # 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.60.8 +version: 2.60.9 # 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: "2.60.8" +appVersion: "2.60.9" dependencies: - name: common diff --git a/charts/erigon/values.yaml b/charts/erigon/values.yaml index 7effb94d..73beba62 100644 --- a/charts/erigon/values.yaml +++ b/charts/erigon/values.yaml @@ -97,7 +97,7 @@ image: repository: thorax/erigon pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "2.60.8" + tag: "v2.60.9" ## 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 511e4918..377acef9 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.4 +version: 4.2.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.2" +appVersion: "24.10.3" dependencies: - name: common diff --git a/charts/teku-validator/values.yaml b/charts/teku-validator/values.yaml index a5bf8dbf..80435f70 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.2" + tag: "24.10.3" imagePullSecrets: [] nameOverride: "" diff --git a/charts/teku/Chart.yaml b/charts/teku/Chart.yaml index 345eedca..de982620 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.5 +version: 2.6.6 # 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.2" +appVersion: "24.10.3" keywords: - ethereum diff --git a/charts/teku/values.yaml b/charts/teku/values.yaml index c797b80f..726db252 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.2" + tag: "24.10.3" imagePullSecrets: [] nameOverride: "" diff --git a/charts/web3signer-validators/Chart.yaml b/charts/web3signer-validators/Chart.yaml index 7ed752c6..9c45b750 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.3 +version: 6.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: "v6.2.3" +appVersion: "v6.2.4" keywords: - ethereum diff --git a/charts/web3signer-validators/values.yaml b/charts/web3signer-validators/values.yaml index 78c36974..cf28717f 100644 --- a/charts/web3signer-validators/values.yaml +++ b/charts/web3signer-validators/values.yaml @@ -121,7 +121,7 @@ image: teku: registry: "docker.io" repository: "consensys/teku" - tag: "24.10.2" + tag: "24.10.3" ## Credentials to fetch images from private registry ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/