Skip to content

Commit

Permalink
Merge pull request #297 from celo-org/jcortejoso/fullnode-extrasetup-fix
Browse files Browse the repository at this point in the history
Fix .extrasetup function on celo-fullnode
  • Loading branch information
jcortejoso authored May 30, 2024
2 parents 67fe10c + 999a31e commit 3fc1c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/celo-fullnode/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ keywords:
- Validator
- Ethereum
- Proof-of-Stake
version: 0.7.1
version: 0.7.2
dependencies:
- name: common
repository: oci://us-west1-docker.pkg.dev/devopsre/clabs-public-oci
Expand Down
2 changes: 1 addition & 1 deletion charts/celo-fullnode/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ NAT_FLAG="--nat=extip:${PUBLIC_IP}"
{{- if .Values.geth.increase_timeouts }}
ADDITIONAL_FLAGS="${ADDITIONAL_FLAGS} --http.timeout.read 600 --http.timeout.write 600 --http.timeout.idle 2400"
{{- end }}
{{- .Values.geth.extra_setup }}
{{ .Values.geth.extra_setup }}
{{- end }}

{{/*
Expand Down

0 comments on commit 3fc1c1e

Please sign in to comment.