diff --git a/charts/lighthouse-validator/Chart.yaml b/charts/lighthouse-validator/Chart.yaml index d98eaccd..c33a26b7 100644 --- a/charts/lighthouse-validator/Chart.yaml +++ b/charts/lighthouse-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: 5.2.1 +version: 5.3.0 # 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: "5.2.1" +appVersion: "5.3.0" dependencies: - name: common diff --git a/charts/lighthouse-validator/values.yaml b/charts/lighthouse-validator/values.yaml index 1a562adb..bb30f2d8 100644 --- a/charts/lighthouse-validator/values.yaml +++ b/charts/lighthouse-validator/values.yaml @@ -97,7 +97,7 @@ image: repository: sigp/lighthouse pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v5.2.1" + tag: "v5.3.0" imagePullSecrets: [] nameOverride: "" diff --git a/charts/lighthouse/Chart.yaml b/charts/lighthouse/Chart.yaml index bd6d4fe4..9a742592 100644 --- a/charts/lighthouse/Chart.yaml +++ b/charts/lighthouse/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: lighthouse -version: 5.2.1 +version: 5.3.0 kubeVersion: "^1.20.0-0" description: Rust Ethereum 2.0 Client. type: application @@ -16,7 +16,7 @@ sources: maintainers: - name: Dmitri Tsumak email: dmitri@stakewise.io -appVersion: v5.2.1 +appVersion: v5.3.0 dependencies: - name: common diff --git a/charts/lighthouse/values.yaml b/charts/lighthouse/values.yaml index 9a689834..afd36406 100644 --- a/charts/lighthouse/values.yaml +++ b/charts/lighthouse/values.yaml @@ -108,7 +108,7 @@ sidecar: image: registry: "docker.io" repository: "sigp/lighthouse" - tag: "v5.2.1" + tag: "v5.3.0" pullPolicy: IfNotPresent ## Credentials to fetch images from private registry diff --git a/charts/teku-validator/Chart.yaml b/charts/teku-validator/Chart.yaml index 308a7852..e05c52c8 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.1 +version: 4.2.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.6.0" +appVersion: "24.8.0" dependencies: - name: common diff --git a/charts/teku-validator/values.yaml b/charts/teku-validator/values.yaml index 313af1a8..c7fc4c87 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.4.0" + tag: "24.8.0" imagePullSecrets: [] nameOverride: "" diff --git a/charts/teku/Chart.yaml b/charts/teku/Chart.yaml index a64d0bd2..4dfce7cd 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.2 +version: 2.6.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: "24.6.0" +appVersion: "24.8.0" keywords: - ethereum diff --git a/charts/teku/values.yaml b/charts/teku/values.yaml index 1638a0c3..c9c21e11 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.6.0" + tag: "24.8.0" imagePullSecrets: [] nameOverride: "" diff --git a/charts/web3signer-validators/Chart.yaml b/charts/web3signer-validators/Chart.yaml index bf61d678..6f0af972 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.7 +version: 6.2.0 # 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.6" +appVersion: "v6.2.0" keywords: - ethereum diff --git a/charts/web3signer-validators/values.yaml b/charts/web3signer-validators/values.yaml index 66a42620..acf28632 100644 --- a/charts/web3signer-validators/values.yaml +++ b/charts/web3signer-validators/values.yaml @@ -117,11 +117,11 @@ image: lighthouse: registry: "docker.io" repository: "sigp/lighthouse" - tag: "v5.2.1" + tag: "v5.3.0" teku: registry: "docker.io" repository: "consensys/teku" - tag: "24.6.0" + tag: "24.8.0" ## Credentials to fetch images from private registry ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/