Skip to content

Commit

Permalink
Bump submariner version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mangelajo committed Nov 22, 2019
1 parent 3d766a0 commit 3419ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/controller/submariner/submariner_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ func setSubmarinerDefaults(submariner *submarinerv1alpha1.Submariner) {
}

if submariner.Spec.Version == "" {
submariner.Spec.Version = "0.0.2"
submariner.Spec.Version = "0.0.3"
}

if submariner.Spec.ColorCodes == "" {
Expand Down
2 changes: 1 addition & 1 deletion pkg/subctl/operator/deploy/ensure.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func Ensure(config *rest.Config, submarinerNamespace string, repository string,
if len(version) == 0 {
// Default engine version
// This is handled in the operator after 0.0.1 (of the operator)
version = "0.0.2"
version = "0.0.3"
}

// Populate the Submariner CR for the operator
Expand Down

0 comments on commit 3419ddc

Please sign in to comment.