Skip to content

Commit

Permalink
feat: migrate from apiextensions.k8s.io/v1beta1 to apiextensions.k8s.…
Browse files Browse the repository at this point in the history
…io/v1 (#76)

v1beta1 will no longer be supported in 1.22 and has been supported since 1.16
  • Loading branch information
knechtionscoding authored Oct 19, 2021
1 parent cbb876e commit 1942165
Show file tree
Hide file tree
Showing 2 changed files with 1,620 additions and 1,579 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ IMG ?= ghcr.io/grafana/operator:latest
# Default dockerfile to build
DOCKERFILE ?= "Dockerfile.controller"
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
CRD_OPTIONS ?= "crd:trivialVersions=true"
CRD_OPTIONS ?= "crd:trivialVersions=true,crdVersions=v1"

# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
ifeq (,$(shell go env GOBIN))
Expand Down
Loading

0 comments on commit 1942165

Please sign in to comment.