diff --git a/charts/teku-validator/Chart.yaml b/charts/teku-validator/Chart.yaml index 8de7d0ce..308a7852 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.0 +version: 4.2.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: "24.4.0" +appVersion: "24.6.0" dependencies: - name: common diff --git a/charts/teku/Chart.yaml b/charts/teku/Chart.yaml index 4e94bf29..a64d0bd2 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.1 +version: 2.6.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: "24.4.0" +appVersion: "24.6.0" keywords: - ethereum diff --git a/charts/teku/values.yaml b/charts/teku/values.yaml index cecae142..1638a0c3 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.4.0" + tag: "24.6.0" imagePullSecrets: [] nameOverride: "" diff --git a/charts/validators/Chart.yaml b/charts/validators/Chart.yaml index 4a52d9fd..1e767333 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.3 +version: 3.7.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: "v3.7.3" +appVersion: "v3.7.4" keywords: - ethereum diff --git a/charts/validators/values.yaml b/charts/validators/values.yaml index 75f12cca..334e9151 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.4.0" + tag: "24.6.0" ## Credentials to fetch images from private registry ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/charts/web3signer-validators/Chart.yaml b/charts/web3signer-validators/Chart.yaml index 68d6b246..453913f3 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.1.2 +version: 6.1.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.1.2" +appVersion: "v6.1.3" keywords: - ethereum diff --git a/charts/web3signer-validators/values.yaml b/charts/web3signer-validators/values.yaml index c511c961..8609c83b 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.4.0" + tag: "24.6.0" ## Credentials to fetch images from private registry ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/