We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a35dbf commit 65f5572Copy full SHA for 65f5572
pkg/controllers/reconciler.go
@@ -39,7 +39,7 @@ import (
39
40
var (
41
bKeeper = &bookKeeper{}
42
- ImageMinVersion = versionutil.MustParseSemantic("0.27.0")
+ ImageMinVersion = versionutil.MustParseSemantic("0.28.0")
43
)
44
45
func init() {
0 commit comments