Skip to content

Commit

Permalink
fix(e2e): add MinKubeVersion to helper function
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Peeler committed Feb 4, 2019
1 parent 82365f6 commit 4f45ae7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/e2e/installplan_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,9 @@ func newCSV(name, namespace, replaces string, version semver.Version, owned []ap
Namespace: namespace,
},
Spec: v1alpha1.ClusterServiceVersionSpec{
Replaces: replaces,
Version: version,
Replaces: replaces,
Version: version,
MinKubeVersion: "0.0.0",
InstallModes: []v1alpha1.InstallMode{
{
Type: v1alpha1.InstallModeTypeOwnNamespace,
Expand Down

0 comments on commit 4f45ae7

Please sign in to comment.