Skip to content

Commit

Permalink
Update Makefile for controller-tools@v0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Nov 22, 2021
1 parent 8212292 commit dcf13de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -20,7 +20,7 @@ REPO := $(notdir $(shell pwd))
BIN := apimachinery

# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false,generateEmbeddedObjectMeta=true"
CRD_OPTIONS ?= "crd:generateEmbeddedObjectMeta=true"
CODE_GENERATOR_IMAGE ?= appscode/gengo:release-1.21
API_GROUPS ?= repositories:v1alpha1 stash:v1alpha1 stash:v1beta1

Expand Down

0 comments on commit dcf13de

Please sign in to comment.