Skip to content

Commit

Permalink
Remove extensions/v1beta1
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Campbell <marc.e.campbell@gmail.com>
  • Loading branch information
marccampbell committed Mar 17, 2021
1 parent 1c8fd40 commit 7f6593b
Show file tree
Hide file tree
Showing 19 changed files with 37 additions and 5,883 deletions.
11 changes: 3 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ run-database: generate fmt vet bin/manager
--manager-tag latest

.PHONY: install
install: manifests generate microk8s
install: manifests generate local
kubectl apply -f config/crds/v1

.PHONY: install-kind
Expand All @@ -84,11 +84,6 @@ deploy: manifests

.PHONY: manifests
manifests: controller-gen
$(CONTROLLER_GEN) \
rbac:roleName=manager-role webhook \
crd:crdVersions=v1beta1 \
output:crd:artifacts:config=config/crds/v1beta1 \
paths="./..."
$(CONTROLLER_GEN) \
rbac:roleName=manager-role webhook \
crd:crdVersions=v1 \
Expand Down Expand Up @@ -124,8 +119,8 @@ bin/kubectl-schemahero:
./cmd/kubectl-schemahero
@echo "built bin/kubectl-schemahero"

.PHONY: microk8s
microk8s: bin/kubectl-schemahero manager
.PHONY: local
local: bin/kubectl-schemahero manager
docker build -t schemahero/schemahero-manager -f ./Dockerfile.manager .
docker tag schemahero/schemahero-manager localhost:32000/schemahero/schemahero-manager:latest
docker push localhost:32000/schemahero/schemahero-manager:latest
Expand Down
2,201 changes: 0 additions & 2,201 deletions config/crds/v1beta1/databases.schemahero.io_databases.yaml

This file was deleted.

75 changes: 0 additions & 75 deletions config/crds/v1beta1/schemas.schemahero.io_datatypes.yaml

This file was deleted.

77 changes: 0 additions & 77 deletions config/crds/v1beta1/schemas.schemahero.io_migrations.yaml

This file was deleted.

0 comments on commit 7f6593b

Please sign in to comment.