Skip to content

Commit 1eacfde

Browse files
Merge pull request #82 from openshift-bot/synchronize-upstream
NO-ISSUE: Synchronize From Upstream Repositories
2 parents 27028ac + a124151 commit 1eacfde

File tree

4 files changed

+5
-21
lines changed

4 files changed

+5
-21
lines changed

Makefile

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ build-push-e2e-catalog: ## Build the testdata catalog used for e2e tests and pus
141141
test-e2e: KIND_CLUSTER_NAME=operator-controller-e2e
142142
test-e2e: KUSTOMIZE_BUILD_DIR=config/e2e
143143
test-e2e: GO_BUILD_FLAGS=-cover
144-
test-e2e: run image-registry build-push-e2e-catalog kind-load-test-artifacts e2e e2e-coverage undeploy kind-clean #HELP Run e2e test suite on local kind cluster
144+
test-e2e: run image-registry build-push-e2e-catalog kind-load-test-artifacts e2e e2e-coverage kind-clean #HELP Run e2e test suite on local kind cluster
145145

146146
.PHONY: extension-developer-e2e
147147
extension-developer-e2e: KIND_CLUSTER_NAME=operator-controller-ext-dev-e2e #EXHELP Run extension-developer e2e on local kind cluster
@@ -233,22 +233,6 @@ quickstart: $(KUSTOMIZE) manifests #EXHELP Generate the installation release man
233233
$(KUSTOMIZE) build $(KUSTOMIZE_BUILD_DIR) | sed "s/:devel/:$(VERSION)/g" > operator-controller.yaml
234234
envsubst '$$CATALOGD_VERSION,$$CERT_MGR_VERSION,$$KAPP_VERSION,$$RUKPAK_VERSION,$$MANIFEST' < scripts/install.tpl.sh > install.sh
235235

236-
#SECTION Deployment
237-
238-
ifndef ignore-not-found
239-
ignore-not-found = false
240-
endif
241-
242-
.PHONY: deploy
243-
deploy: manifests $(KUSTOMIZE) #HELP Deploy controller to the K8s cluster specified in ~/.kube/config.
244-
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
245-
$(KUSTOMIZE) build $(KUSTOMIZE_BUILD_DIR) | kubectl apply -f -
246-
247-
.PHONY: undeploy
248-
undeploy: #HELP Undeploy controller from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
249-
$(KUSTOMIZE) build $(KUSTOMIZE_BUILD_DIR) | kubectl delete --ignore-not-found=$(ignore-not-found) -f -
250-
251-
252236
##@ Docs
253237

254238
VENVDIR=$(abspath docs/.venv)

commitchecker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
expectedMergeBase: 6865e1da4014a05d3a2cea0fa63060659f64d108
1+
expectedMergeBase: 38da6fc3c70c60d4da570333a3e5fc005192d44f
22
upstreamBranch: main
33
upstreamOrg: operator-framework
44
upstreamRepo: operator-controller

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,6 @@ require (
161161
sigs.k8s.io/yaml v1.4.0 // indirect
162162
)
163163

164-
replace github.com/operator-framework/catalogd => github.com/openshift/operator-framework-catalogd v0.0.0-20240221182512-9666df2685f2
165-
166164
replace github.com/operator-framework/rukpak => github.com/openshift/operator-framework-rukpak v0.0.0-20240308020514-7589a1f04ea1
165+
166+
replace github.com/operator-framework/catalogd => github.com/openshift/operator-framework-catalogd v0.0.0-20240221182512-9666df2685f2

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,5 +1267,5 @@ sigs.k8s.io/structured-merge-diff/v4/value
12671267
## explicit; go 1.12
12681268
sigs.k8s.io/yaml
12691269
sigs.k8s.io/yaml/goyaml.v2
1270-
# github.com/operator-framework/catalogd => github.com/openshift/operator-framework-catalogd v0.0.0-20240221182512-9666df2685f2
12711270
# github.com/operator-framework/rukpak => github.com/openshift/operator-framework-rukpak v0.0.0-20240308020514-7589a1f04ea1
1271+
# github.com/operator-framework/catalogd => github.com/openshift/operator-framework-catalogd v0.0.0-20240221182512-9666df2685f2

0 commit comments

Comments
 (0)