Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Mellanox/nic-configuration-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 78379b4e97fadf6ca698dec28daab89fbbbc0e43
Choose a base ref
..
head repository: Mellanox/nic-configuration-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0b723b5b523fdbb9530e84c1ac149327ba95c2c5
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 Makefile
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -339,7 +339,6 @@ bundle: manifests kustomize operator-sdk ## Generate bundle manifests and metada
cd config/manager && $(KUSTOMIZE) edit set image controller=$(OPERATOR_IMAGE_TAG)
cd config/daemon && $(KUSTOMIZE) edit set configmap config --from-literal=configDaemonImage=$(CONFIG_DAEMON_IMAGE_TAG) --from-literal=releaseVersion=${VERSION}
$(KUSTOMIZE) build config/manifests | $(OPERATOR_SDK) generate bundle $(BUNDLE_GEN_FLAGS)
#echo " com.redhat.openshift.versions: $(BUNDLE_OCP_VERSIONS)" >> bundle/metadata/annotations.yaml
BUNDLE_OCP_VERSIONS=$(BUNDLE_OCP_VERSIONS) OPERATOR_IMAGE_TAG=$(OPERATOR_IMAGE_TAG) CONFIG_DAEMON_IMAGE_TAG=$(CONFIG_DAEMON_IMAGE_TAG) hack/scripts/ocp-bundle-postprocess.sh
$(OPERATOR_SDK) bundle validate ./bundle