diff --git a/Makefile b/Makefile index 6d484a4fc..f48baa681 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,6 @@ PKGS=$(shell go list ./... | grep -v -E '/vendor/|/test|/examples') # go source files, ignore vendor directory SRC = $(shell find . -type f -name '*.go' -not -path "./vendor/*") -# Current Operator version -VERSION ?= 4.7.0 ifneq ($(origin CHANNELS), undefined) BUNDLE_CHANNELS := --channels=$(CHANNELS) endif diff --git a/config/manifests/bases/sriov-network-operator.clusterserviceversion.yaml b/config/manifests/bases/sriov-network-operator.clusterserviceversion.yaml deleted file mode 100644 index 08ccb1f5d..000000000 --- a/config/manifests/bases/sriov-network-operator.clusterserviceversion.yaml +++ /dev/null @@ -1,71 +0,0 @@ -apiVersion: operators.coreos.com/v1alpha1 -kind: ClusterServiceVersion -metadata: - annotations: - alm-examples: '[]' - capabilities: Basic Install - name: sriov-network-operator.v0.0.0 - namespace: placeholder -spec: - apiservicedefinitions: {} - customresourcedefinitions: - owned: - - description: SriovIBNetwork is the Schema for the sriovibnetworks API - displayName: Sriov IBNetwork - kind: SriovIBNetwork - name: sriovibnetworks.sriovnetwork.openshift.io - version: v1 - - description: SriovNetworkNodePolicy is the Schema for the sriovnetworknodepolicies - API - displayName: Sriov Network Node Policy - kind: SriovNetworkNodePolicy - name: sriovnetworknodepolicies.sriovnetwork.openshift.io - version: v1 - - description: SriovNetworkNodeState is the Schema for the sriovnetworknodestates - API - displayName: Sriov Network Node State - kind: SriovNetworkNodeState - name: sriovnetworknodestates.sriovnetwork.openshift.io - version: v1 - - description: SriovNetwork is the Schema for the sriovnetworks API - displayName: Sriov Network - kind: SriovNetwork - name: sriovnetworks.sriovnetwork.openshift.io - version: v1 - - description: SriovOperatorConfig is the Schema for the sriovoperatorconfigs - API - displayName: Sriov Operator Config - kind: SriovOperatorConfig - name: sriovoperatorconfigs.sriovnetwork.openshift.io - version: v1 - description: Sriov Network Operator description. TODO. - displayName: Sriov Network Operator - icon: - - base64data: "" - mediatype: "" - install: - spec: - deployments: null - strategy: "" - installModes: - - supported: false - type: OwnNamespace - - supported: false - type: SingleNamespace - - supported: false - type: MultiNamespace - - supported: true - type: AllNamespaces - keywords: - - sriov-network-operator - links: - - name: Sriov Network Operator - url: https://sriov-network-operator.domain - maintainers: - - email: your@email.com - name: Maintainer Name - maturity: alpha - provider: - name: Provider Name - url: https://your.domain - version: 0.0.0 diff --git a/config/manifests/kustomization.yaml b/config/manifests/kustomization.yaml deleted file mode 100644 index bae17d4b4..000000000 --- a/config/manifests/kustomization.yaml +++ /dev/null @@ -1,2 +0,0 @@ -resources: -- config/manifests/bases/sriov-network-operator.clusterserviceversion.yaml