Skip to content

Commit

Permalink
Merge pull request #3 from santiment/support/Update_avalanche_version
Browse files Browse the repository at this point in the history
Update avalanche version to v0.0.2
  • Loading branch information
ivan-genev authored Mar 21, 2022
2 parents d9a7c8f + 9092a40 commit 08f3c8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/avalanche/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Helm chart for avalanche node
name: avalanche
version: 0.0.1
version: 0.0.2
appVersion: master
keywords:
- Avalanche
Expand Down
2 changes: 1 addition & 1 deletion charts/avalanche/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
"--http-port={{ .Values.service.http.port }}",
{{- end }}
{{- if ne .Values.service.staking.port "9651" }}
"--staking-port={{ .Values.service.staking.port}} ",
"--staking-port={{ .Values.service.staking.port}}",
{{- end }}
{{- range $key, $value := .Values.extraArgs }}
{{- if $value }}
Expand Down
4 changes: 2 additions & 2 deletions charts/avalanche/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ image:

## Additional arguments to pass to avalanchego
extraArgs: {}
# --api-admin-enabled: true
# --http-host: 0.0.0.0
# --api-admin-enabled: true
# --http-host: 0.0.0.0

updateStrategy: RollingUpdate

Expand Down

0 comments on commit 08f3c8b

Please sign in to comment.