diff --git a/charts/besu/Chart.yaml b/charts/besu/Chart.yaml index e52f8d81..29ed8cb2 100644 --- a/charts/besu/Chart.yaml +++ b/charts/besu/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.4.9 +version: 2.4.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: "24.12.1" +appVersion: "24.12.2" keywords: - ethereum diff --git a/charts/besu/values.yaml b/charts/besu/values.yaml index 08e62a61..4556a4fb 100644 --- a/charts/besu/values.yaml +++ b/charts/besu/values.yaml @@ -95,7 +95,7 @@ image: repository: hyperledger/besu pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "24.12.1" + tag: "24.12.2" imagePullSecrets: [] nameOverride: "" diff --git a/charts/lighthouse-validator/Chart.yaml b/charts/lighthouse-validator/Chart.yaml index 8a08a464..4cd0e3df 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: 6.0.0 +version: 6.0.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: "v6.0.0" +appVersion: "v6.0.1" dependencies: - name: common diff --git a/charts/lighthouse-validator/values.yaml b/charts/lighthouse-validator/values.yaml index 9b6067b9..ac3a942c 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: "v6.0.0" + tag: "v6.0.1" imagePullSecrets: [] nameOverride: "" diff --git a/charts/lighthouse/Chart.yaml b/charts/lighthouse/Chart.yaml index ad50481a..0c9aece7 100644 --- a/charts/lighthouse/Chart.yaml +++ b/charts/lighthouse/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: lighthouse -version: 6.0.0 +version: 6.0.1 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: v6.0.0 +appVersion: v6.0.1 dependencies: - name: common diff --git a/charts/lighthouse/values.yaml b/charts/lighthouse/values.yaml index 114f8409..e52dc89e 100644 --- a/charts/lighthouse/values.yaml +++ b/charts/lighthouse/values.yaml @@ -108,7 +108,7 @@ sidecar: image: registry: "docker.io" repository: "sigp/lighthouse" - tag: "v6.0.0" + tag: "v6.0.1" pullPolicy: IfNotPresent ## Credentials to fetch images from private registry diff --git a/charts/web3signer-validators/Chart.yaml b/charts/web3signer-validators/Chart.yaml index 0472a47f..dd82bf5a 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.4.1 +version: 6.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: "v6.4.1" +appVersion: "v6.4.2" keywords: - ethereum diff --git a/charts/web3signer-validators/values.yaml b/charts/web3signer-validators/values.yaml index a7d94377..66337ff3 100644 --- a/charts/web3signer-validators/values.yaml +++ b/charts/web3signer-validators/values.yaml @@ -117,7 +117,7 @@ image: lighthouse: registry: "docker.io" repository: "sigp/lighthouse" - tag: "v6.0.0" + tag: "v6.0.1" teku: registry: "docker.io" repository: "consensys/teku"