File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
testdata/project-v3-addon Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const (
41
41
// KbDeclarativePatternVersion is the sigs.k8s.io/kubebuilder-declarative-pattern version
42
42
// (used only to gen api with --pattern=addon)
43
43
// TODO: remove this when a better solution for using addons is implemented.
44
- KbDeclarativePatternVersion = "1cbf859290cab81ae8e73fc5caebe792280175d1 "
44
+ KbDeclarativePatternVersion = "b84d99da021778217217885dd9582ed3cc879ebe "
45
45
46
46
// defaultCRDVersion is the default CRD API version to scaffold.
47
47
defaultCRDVersion = "v1"
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ require (
9
9
k8s.io/apimachinery v0.19.2
10
10
k8s.io/client-go v0.19.2
11
11
sigs.k8s.io/controller-runtime v0.7.0
12
- sigs.k8s.io/kubebuilder-declarative-pattern v0.0.0-20201109180626-1cbf859290ca
12
+ sigs.k8s.io/kubebuilder-declarative-pattern v0.0.0-20210113160450-b84d99da0217
13
13
)
You can’t perform that action at this time.
0 commit comments