diff --git a/charts/lodestar-validator/Chart.yaml b/charts/lodestar-validator/Chart.yaml index cc0a05c4c..834791119 100644 --- a/charts/lodestar-validator/Chart.yaml +++ b/charts/lodestar-validator/Chart.yaml @@ -15,13 +15,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: 1.0.3 +version: 1.0.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: "v1.13.0" +appVersion: "v1.14.0" dependencies: - name: common diff --git a/charts/lodestar-validator/values.yaml b/charts/lodestar-validator/values.yaml index bba8083a9..bff90c3a3 100644 --- a/charts/lodestar-validator/values.yaml +++ b/charts/lodestar-validator/values.yaml @@ -90,7 +90,7 @@ image: registry: "docker.io" repository: "chainsafe/lodestar" # Overrides the image tag whose default is the chart appVersion. - tag: "v1.13.0" + tag: "v1.14.0" pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/charts/lodestar/Chart.yaml b/charts/lodestar/Chart.yaml index 53ef84321..19255d501 100644 --- a/charts/lodestar/Chart.yaml +++ b/charts/lodestar/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: lodestar -version: 1.0.4 +version: 1.0.5 kubeVersion: "^1.20.0-0" description: Rust Ethereum 2.0 Client. type: application @@ -16,7 +16,7 @@ maintainers: - name: Dmitri Tsumak email: dmitri@stakewise.io icon: https://raw.githubusercontent.com/ethereum/ethereum-org/master/public/images/logos/ETHEREUM-ICON_Black.png -appVersion: v1.13.0 +appVersion: v1.14.0 dependencies: - name: common diff --git a/charts/lodestar/values.yaml b/charts/lodestar/values.yaml index 0e6cc1855..9242c9491 100644 --- a/charts/lodestar/values.yaml +++ b/charts/lodestar/values.yaml @@ -108,7 +108,7 @@ sidecar: image: registry: "docker.io" repository: "chainsafe/lodestar" - tag: "v1.13.0" + tag: "v1.14.0" pullPolicy: IfNotPresent ## Credentials to fetch images from private registry diff --git a/charts/prysm-validator/Chart.yaml b/charts/prysm-validator/Chart.yaml index c6f9f210f..182bade0d 100644 --- a/charts/prysm-validator/Chart.yaml +++ b/charts/prysm-validator/Chart.yaml @@ -15,15 +15,15 @@ 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.1.1 +version: 4.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: "v4.1.1" +appVersion: "v4.2.0" dependencies: -- name: common - repository: https://charts.stakewise.io/ - version: 1.x.x + - name: common + repository: https://charts.stakewise.io/ + version: 1.x.x diff --git a/charts/prysm-validator/values.yaml b/charts/prysm-validator/values.yaml index 3844ae8a3..2d92d29f7 100644 --- a/charts/prysm-validator/values.yaml +++ b/charts/prysm-validator/values.yaml @@ -37,7 +37,7 @@ global: serviceAccount: # Specifies whether a service account should be created create: true - + ## Monitoring ## Additional settings could be made in non-global section. ## @@ -91,7 +91,7 @@ image: repository: prysmaticlabs/prysm/validator pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v4.1.1" + tag: "v4.2.0" imagePullSecrets: [] nameOverride: "" @@ -114,16 +114,16 @@ service: type: ClusterIP resources: {} - # We usually recommend not to specify default resources and to leave this as a conscious - # choice for the user. This also increases chances charts run on environments with little - # resources, such as Minikube. If you do want to specify resources, uncomment the following - # lines, adjust them as necessary, and remove the curly braces after 'resources:'. - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi +# We usually recommend not to specify default resources and to leave this as a conscious +# choice for the user. This also increases chances charts run on environments with little +# resources, such as Minikube. If you do want to specify resources, uncomment the following +# lines, adjust them as necessary, and remove the curly braces after 'resources:'. +# limits: +# cpu: 100m +# memory: 128Mi +# requests: +# cpu: 100m +# memory: 128Mi ## Node labels for pod assignment ## ref: https://kubernetes.io/docs/user-guide/node-selection/ diff --git a/charts/prysm/Chart.yaml b/charts/prysm/Chart.yaml index 81a768f85..716795b2b 100644 --- a/charts/prysm/Chart.yaml +++ b/charts/prysm/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: prysm -version: 4.1.1 -appVersion: v4.1.1 +version: 4.2.0 +appVersion: v4.2.0 kubeVersion: "^1.18.0-0" description: Go implementation of Ethereum proof of stake. type: application @@ -19,6 +19,6 @@ maintainers: icon: https://raw.githubusercontent.com/ethereum/ethereum-org/master/public/images/logos/ETHEREUM-ICON_Black.png dependencies: -- name: common - repository: https://charts.stakewise.io/ - version: 1.x.x + - name: common + repository: https://charts.stakewise.io/ + version: 1.x.x diff --git a/charts/prysm/values.yaml b/charts/prysm/values.yaml index 602118f3f..7e0b09227 100644 --- a/charts/prysm/values.yaml +++ b/charts/prysm/values.yaml @@ -35,7 +35,7 @@ global: serviceAccount: # Specifies whether a service account should be created create: true - + ## RBAC configuration. ## ref: https://kubernetes.io/docs/reference/access-authn-authz/rbac/ ## Additional settings could be made in non-global section. @@ -44,7 +44,7 @@ global: ## Specifies whether RBAC resources are to be created ## create: true - + ## Monitoring ## Additional settings could be made in non-global section. ## @@ -69,7 +69,7 @@ global: ## Create a custom prometheusRule Resource for scraping metrics using PrometheusOperator ## enabled: false - + ## Configure liveness and readiness probes ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ ## NB! readinessProbe and livenessProbe must be disabled before fully synced @@ -125,11 +125,11 @@ rbac: ## - apiGroups: [""] resources: - - "nodes" + - "nodes" verbs: - - "get" - - "list" - - "watch" + - "get" + - "list" + - "watch" ## Required Role rules ## rules: @@ -137,11 +137,11 @@ rbac: ## - apiGroups: [""] resources: - - "services" + - "services" verbs: - - "get" - - "list" - - "watch" + - "get" + - "list" + - "watch" ## Init image is used to chown data volume, initialise genesis, etc. ## @@ -171,7 +171,7 @@ sidecar: image: registry: "gcr.io" repository: "prysmaticlabs/prysm/beacon-chain" - tag: "v4.1.1" + tag: "v4.2.0" pullPolicy: IfNotPresent imageGnosis: registry: "ghcr.io" @@ -226,7 +226,7 @@ http: ## If set, prysm will perform a checkpoint sync via network request. For more information see here: https://docs.prylabs.network/docs/prysm-usage/checkpoint-sync#option-1-configure-checkpoint-sync-via-network-request ## Respective public checkpoint sync endpoints can be found here: https://eth-clients.github.io/checkpoint-sync-endpoints/ ## It is not recommended to blindly trust any public beacon node. -## Therefore please verify that you are on the correct chain: https://notes.ethereum.org/@launchpad/checkpoint-sync#1-Obtaining-finalized-checkpoint-amp-state-root +## Therefore please verify that you are on the correct chain: https://notes.ethereum.org/@launchpad/checkpoint-sync#1-Obtaining-finalized-checkpoint-amp-state-root ## checkpointSyncUrl: "" @@ -240,7 +240,7 @@ httpMevRelay: "" ## Post bellatrix, this address will receive the transaction fees produced ## by any blocks from this node. Default to junk whilst bellatrix is in development state. -## Validator client can override this value through the preparebeaconproposer api. +## Validator client can override this value through the preparebeaconproposer api. ## suggestedFeeRecipient: "" diff --git a/charts/web3signer-validators/Chart.yaml b/charts/web3signer-validators/Chart.yaml index 2790da81f..5ec3ee3aa 100644 --- a/charts/web3signer-validators/Chart.yaml +++ b/charts/web3signer-validators/Chart.yaml @@ -15,13 +15,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.5 +version: 5.1.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.1.5" +appVersion: "v5.1.6" keywords: - ethereum diff --git a/charts/web3signer-validators/values.yaml b/charts/web3signer-validators/values.yaml index 8799d165b..f9cfc5770 100644 --- a/charts/web3signer-validators/values.yaml +++ b/charts/web3signer-validators/values.yaml @@ -113,7 +113,7 @@ image: prysm: registry: "gcr.io" repository: "prysmaticlabs/prysm/validator" - tag: "v4.1.1" + tag: "v4.2.0" lighthouse: registry: "docker.io" repository: "sigp/lighthouse"