Skip to content

Commit

Permalink
use specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Jul 9, 2024
1 parent cae912b commit 3539459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/ccip-tests/testsetups/test_env.go
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ func DeployEnvironments(
anvilConfig.BlockGaslimit = pointer.ToInt64(100000000)
}
testEnvironment.
AddHelm(foundry.New(&foundry.Props{
AddHelm(foundry.NewVersioned("0.1.9", &foundry.Props{
NetworkName: network.Name,
Values: map[string]interface{}{
"fullnameOverride": actions.NetworkName(network.Name),
Expand Down

0 comments on commit 3539459

Please sign in to comment.