Skip to content

Commit

Permalink
Update Operator to use version v0.12.0-m3
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt authored and sridhargaddam committed Jan 12, 2022
1 parent 153d839 commit 8fb81a9
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 29 deletions.
6 changes: 3 additions & 3 deletions api/submariner/v1alpha1/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package v1alpha1

var (
DefaultRepo = "quay.io/submariner"
DefaultSubmarinerOperatorVersion = "0.12.0-m0"
DefaultSubmarinerVersion = "0.12.0-m0"
DefaultLighthouseVersion = "0.12.0-m0"
DefaultSubmarinerOperatorVersion = "0.12.0-m3"
DefaultSubmarinerVersion = "0.12.0-m3"
DefaultLighthouseVersion = "0.12.0-m3"
)
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ require (
github.com/prometheus/client_golang v1.11.0
github.com/spf13/cobra v1.3.0
github.com/submariner-io/admiral v0.12.0-m3
github.com/submariner-io/cloud-prepare v0.12.0-m1.0.20220110150100-92d678e9ae98
github.com/submariner-io/lighthouse v0.12.0-m1
github.com/submariner-io/cloud-prepare v0.12.0-m3
github.com/submariner-io/lighthouse v0.12.0-m3
github.com/submariner-io/shipyard v0.12.0-m3
github.com/submariner-io/submariner v0.12.0-m1.0.20211216152540-1820e48396c5
github.com/submariner-io/submariner v0.12.0-m3
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/uw-labs/lichen v0.1.4
github.com/xlab/treeprint v1.1.0 // indirect
Expand Down
Loading

0 comments on commit 8fb81a9

Please sign in to comment.