Skip to content

Commit

Permalink
Merge pull request #502 from bn222/master
Browse files Browse the repository at this point in the history
Remove bundle since we use helm chart instead in upstream
  • Loading branch information
zeeke committed Sep 8, 2023
2 parents 00bd7db + 3096dee commit 5075807
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 86 deletions.
16 changes: 0 additions & 16 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ SRC = $(shell find . -type f -name '*.go' -not -path "./vendor/*")

# Current Operator version
VERSION ?= 4.7.0
# Default bundle image tag
BUNDLE_IMG ?= controller-bundle:$(VERSION)
# Options for 'bundle-build'
ifneq ($(origin CHANNELS), undefined)
BUNDLE_CHANNELS := --channels=$(CHANNELS)
endif
Expand Down Expand Up @@ -172,19 +169,6 @@ skopeo:
fakechroot:
if ! which fakechroot; then if [ -f /etc/redhat-release ]; then dnf -y install fakechroot; elif [ -f /etc/lsb-release ]; then sudo apt-get -y update; sudo apt-get -y install fakechroot; fi; fi

# Generate bundle manifests and metadata, then validate generated files.
.PHONY: bundle
bundle: manifests
operator-sdk generate kustomize manifests --interactive=false -q
cd config/manager && $(KUSTOMIZE) edit set image controller=$(IMG)
$(KUSTOMIZE) build config/manifests | operator-sdk generate bundle -q --overwrite --version $(VERSION) $(BUNDLE_METADATA_OPTS)
operator-sdk bundle validate ./bundle

# Build the bundle image.
.PHONY: bundle-build
bundle-build:
docker build -f bundle.Dockerfile -t $(BUNDLE_IMG) .

deploy-setup: export ENABLE_ADMISSION_CONTROLLER?=true
deploy-setup: skopeo install
hack/deploy-setup.sh $(NAMESPACE)
Expand Down
15 changes: 0 additions & 15 deletions bundle.Dockerfile

This file was deleted.

45 changes: 0 additions & 45 deletions bundle/manifests/sriov-network-operator.clusterserviceversion.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions bundle/metadata/annotations.yaml

This file was deleted.

0 comments on commit 5075807

Please sign in to comment.