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 5b98317 commit a6eb077Copy full SHA for a6eb077
Makefile
@@ -38,7 +38,7 @@ TAG?=latest
38
IMG?=quay.io/samba.org/samba-operator:$(TAG)
39
40
# Produce CRDs that work on Kubernetes 1.16 or later
41
-CRD_OPTIONS?="crd:trivialVersions=true,crdVersions=v1"
+CRD_OPTIONS?="crd:crdVersions=v1"
42
43
CHECK_GOFMT_FLAGS?=-e -s -l
44
hack/install-tools.sh
@@ -36,7 +36,7 @@ _install_kustomize() {
36
}
37
_install_controller_gen() {
- _install_tool sigs.k8s.io/controller-tools/cmd/controller-gen@v0.6.2
+ _install_tool sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0
_install_revive() {
0 commit comments