Skip to content

Commit

Permalink
fix: update the version of infra provider
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakm-ntnx committed Apr 12, 2024
1 parent 1fd2a96 commit 37cc02e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,10 @@ func setupTestEnvironment() (client.Client, error) {
}

clusterctllog.SetLogger(textlogger.NewLogger(textlogger.NewConfig()))
// TODO: make this generic so that we dont need to update this every release
clusterctl.Init(context.Background(), clusterctl.InitInput{
KubeconfigPath: tmpKubeconfig.Name(),
InfrastructureProviders: []string{"nutanix:v1.4.0-alpha.1"},
InfrastructureProviders: []string{"nutanix:v1.4.0-alpha.2"},
ClusterctlConfigPath: "testdata/clusterctl-init.yaml",
})

Expand Down

0 comments on commit 37cc02e

Please sign in to comment.