Skip to content

Commit

Permalink
[TT-979] Geth pass helm chart version when simulated (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
tateexon authored May 1, 2024
1 parent d221581 commit 6ed787c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions k8s/pkg/helm/ethereum/geth.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,10 @@ func NewVersioned(helmVersion string, props *Props) environment.ConnectedChart {
}
return Chart{
HelmProps: &HelmProps{
Name: "geth",
Path: chartPath,
Values: &targetProps.Values,
Name: "geth",
Path: chartPath,
Values: &targetProps.Values,
Version: helmVersion,
},
Props: targetProps,
}
Expand Down

0 comments on commit 6ed787c

Please sign in to comment.