Skip to content

Commit 3419ddc

Browse files
committed
Bump submariner version to 0.0.3
1 parent 3d766a0 commit 3419ddc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/controller/submariner/submariner_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ func setSubmarinerDefaults(submariner *submarinerv1alpha1.Submariner) {
380380
}
381381

382382
if submariner.Spec.Version == "" {
383-
submariner.Spec.Version = "0.0.2"
383+
submariner.Spec.Version = "0.0.3"
384384
}
385385

386386
if submariner.Spec.ColorCodes == "" {

pkg/subctl/operator/deploy/ensure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func Ensure(config *rest.Config, submarinerNamespace string, repository string,
5151
if len(version) == 0 {
5252
// Default engine version
5353
// This is handled in the operator after 0.0.1 (of the operator)
54-
version = "0.0.2"
54+
version = "0.0.3"
5555
}
5656

5757
// Populate the Submariner CR for the operator

0 commit comments

Comments
 (0)