diff --git a/Makefile b/Makefile index 13848c60b..da0099dd3 100644 --- a/Makefile +++ b/Makefile @@ -217,7 +217,7 @@ kustomize: ## Download kustomize locally if necessary. ENVTEST = $(shell pwd)/bin/setup-envtest envtest: ## Download envtest-setup locally if necessary. - $(call go-get-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@latest) + $(call go-get-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@bf15e44028f908c790721fc8fe67c7bf2d06a611) JSONNET = $(shell pwd)/bin/jsonnet jsonnet: ## Download jsonnet locally if necessary. diff --git a/bundle/manifests/lvms-operator.clusterserviceversion.yaml b/bundle/manifests/lvms-operator.clusterserviceversion.yaml index d73712c02..932841a07 100644 --- a/bundle/manifests/lvms-operator.clusterserviceversion.yaml +++ b/bundle/manifests/lvms-operator.clusterserviceversion.yaml @@ -31,6 +31,16 @@ metadata: containerImage: quay.io/ocs-dev/lvm-operator:latest description: Logical volume manager storage provides dynamically provisioned local storage for container workloads + features.operators.openshift.io/cnf: "false" + features.operators.openshift.io/cni: "false" + features.operators.openshift.io/csi: "true" + features.operators.openshift.io/disconnected: "true" + features.operators.openshift.io/fips-compliant: "false" + features.operators.openshift.io/proxy-aware: "false" + features.operators.openshift.io/tls-profiles: "false" + features.operators.openshift.io/token-auth-aws: "false" + features.operators.openshift.io/token-auth-azure: "false" + features.operators.openshift.io/token-auth-gcp: "false" olm.skipRange: "" operatorframework.io/cluster-monitoring: "true" operatorframework.io/initialization-resource: |- @@ -56,14 +66,14 @@ metadata: } } operatorframework.io/suggested-namespace: openshift-storage - operators.openshift.io/infrastructure-features: '["disconnected"]' + operators.openshift.io/infrastructure-features: '["csi", "disconnected"]' operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift Platform Plus"]' operators.operatorframework.io/builder: operator-sdk-v1.23.0 operators.operatorframework.io/internal-objects: '["logicalvolumes.topolvm.io", "lvmvolumegroups.lvm.topolvm.io", "lvmvolumegroupnodestatuses.lvm.topolvm.io"]' operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 - repository: https://github.com/red-hat-storage/lvm-operator + repository: https://github.com/openshift/lvm-operator labels: operatorframework.io/arch.amd64: supported operatorframework.io/arch.ppc64le: supported @@ -431,7 +441,7 @@ spec: - LVM links: - name: Source Repository - url: https://github.com/red-hat-storage/lvm-operator + url: https://github.com/openshift/lvm-operator maintainers: - email: ocs-support@redhat.com name: Red Hat Support diff --git a/config/manifests/bases/clusterserviceversion.yaml.in b/config/manifests/bases/clusterserviceversion.yaml.in index 1d2768c27..6f6c382d4 100644 --- a/config/manifests/bases/clusterserviceversion.yaml.in +++ b/config/manifests/bases/clusterserviceversion.yaml.in @@ -30,9 +30,19 @@ metadata: } } } - repository: https://github.com/red-hat-storage/lvm-operator + repository: https://github.com/openshift/lvm-operator operatorframework.io/suggested-namespace: openshift-storage - operators.openshift.io/infrastructure-features: '["disconnected"]' + features.operators.openshift.io/disconnected: "true" + features.operators.openshift.io/fips-compliant: "false" + features.operators.openshift.io/proxy-aware: "false" + features.operators.openshift.io/cnf: "false" + features.operators.openshift.io/cni: "false" + features.operators.openshift.io/csi: "true" + features.operators.openshift.io/tls-profiles: "false" + features.operators.openshift.io/token-auth-aws: "false" + features.operators.openshift.io/token-auth-azure: "false" + features.operators.openshift.io/token-auth-gcp: "false" + operators.openshift.io/infrastructure-features: '["csi", "disconnected"]' operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift Platform Plus"]' operators.operatorframework.io/internal-objects: '["logicalvolumes.topolvm.io", "lvmvolumegroups.lvm.topolvm.io", "lvmvolumegroupnodestatuses.lvm.topolvm.io"]' labels: @@ -74,7 +84,7 @@ spec: - LVM links: - name: Source Repository - url: https://github.com/red-hat-storage/lvm-operator + url: https://github.com/openshift/lvm-operator maintainers: - email: ocs-support@redhat.com name: Red Hat Support