diff --git a/charts/lighthouse-validator/Chart.yaml b/charts/lighthouse-validator/Chart.yaml index 9d2128ce..8c2293cb 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.1.1 +version: 5.1.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: "5.1.1" +appVersion: "5.1.2" dependencies: - name: common diff --git a/charts/lighthouse-validator/values.yaml b/charts/lighthouse-validator/values.yaml index b23d6e09..e5788419 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.1.1" + tag: "v5.1.2" imagePullSecrets: [] nameOverride: "" diff --git a/charts/lighthouse/Chart.yaml b/charts/lighthouse/Chart.yaml index 40dfe363..bd387c5e 100644 --- a/charts/lighthouse/Chart.yaml +++ b/charts/lighthouse/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: lighthouse -version: 5.1.1 +version: 5.1.2 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.1.1 +appVersion: v5.1.2 dependencies: - name: common diff --git a/charts/lighthouse/values.yaml b/charts/lighthouse/values.yaml index 303c1aaa..28a297b7 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.1.1" + tag: "v5.1.2" pullPolicy: IfNotPresent ## Credentials to fetch images from private registry diff --git a/charts/oracle/values.yaml b/charts/oracle/values.yaml index baf9c2bd..53fa1716 100644 --- a/charts/oracle/values.yaml +++ b/charts/oracle/values.yaml @@ -42,7 +42,7 @@ serviceAccount: image: registry: "europe-west4-docker.pkg.dev" repository: "stakewiselabs/public/oracle" - tag: "v3.3.0 + tag: "v3.3.0" pullPolicy: IfNotPresent ## Configure resource requests and limits. diff --git a/charts/validators/values.yaml b/charts/validators/values.yaml index 308015cb..71b3e300 100644 --- a/charts/validators/values.yaml +++ b/charts/validators/values.yaml @@ -115,7 +115,7 @@ image: lighthouse: registry: "docker.io" repository: "sigp/lighthouse" - tag: "v5.1.1" + tag: "v5.1.2" teku: registry: "docker.io" repository: "consensys/teku" diff --git a/charts/web3signer-validators/Chart.yaml b/charts/web3signer-validators/Chart.yaml index a33ac7d6..f0b705a7 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: 5.2.5 +version: 5.2.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: "v5.2.5" +appVersion: "v5.2.6" keywords: - ethereum diff --git a/charts/web3signer-validators/values.yaml b/charts/web3signer-validators/values.yaml index 2b06fbe1..633c8712 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: "v5.1.1" + tag: "v5.1.2" teku: registry: "docker.io" repository: "consensys/teku"