Skip to content

Commit

Permalink
move distributed flag globally for vc, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
matilote committed Jan 18, 2025
1 parent a5744de commit e673fe5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/validators/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.7
version: 1.0.8

# 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
Expand Down
6 changes: 3 additions & 3 deletions charts/validators/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,6 @@ spec:
- "--validators-external-signer-url={{ include "web3signer" $root }}"
{{- else if eq $root.Values.type "lighthouse" }}
- "--network={{ $root.Values.network }}"
{{- if $root.Values.dvt.enabled }}
- "--distributed"
{{- end }}
{{- else if eq $root.Values.type "teku" }}
- "--network=auto"
- "--config-file=/data/config"
Expand All @@ -196,6 +193,9 @@ spec:
- "--validators-proposer-blinded-blocks-enabled=true"
{{- end }}
{{- end }}
{{- if $root.Values.dvt.enabled }}
- "--distributed"
{{- end }}

{{- include "validator-graffiti" $ | nindent 12 }}

Expand Down

0 comments on commit e673fe5

Please sign in to comment.