Skip to content

Commit

Permalink
Merge pull request #173 from maxcao13/fix-upgrade
Browse files Browse the repository at this point in the history
PODAUTO-225: Fix e2e-olm-upgrade bugs
  • Loading branch information
openshift-merge-bot[bot] committed Sep 9, 2024
2 parents 5ae0d39 + 85fa84f commit aa2533a
Show file tree
Hide file tree
Showing 25 changed files with 358 additions and 419 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ IMAGE_TAG_BASE ?= quay.io/openshift/origin-vertical-pod-autoscaler-operator
BUNDLE_IMG ?= $(IMAGE_TAG_BASE)-bundle:$(BUNDLE_VERSION)

# BUNDLE_GEN_FLAGS are the flags passed to the operator-sdk generate bundle command
BUNDLE_GEN_FLAGS ?= -q --overwrite --version $(BUNDLE_VERSION) $(BUNDLE_METADATA_OPTS)
BUNDLE_GEN_FLAGS ?= -q --overwrite --version $(BUNDLE_VERSION) $(BUNDLE_METADATA_OPTS) --extra-service-accounts=vpa-admission-controller,vpa-recommender,vpa-updater

# USE_IMAGE_DIGESTS defines if images are resolved via tags or digests
# You can enable this value if you would like to use SHA Based Digests
Expand Down Expand Up @@ -155,7 +155,7 @@ lint-fix: golangci-lint ## Run golangci-lint and perform fixes.

.PHONY: test-scorecard
test-scorecard: operator-sdk ## Run the scorecard tests. Requires an OpenShift cluster.
$(OPERATOR_SDK) scorecard bundle -n default
$(OPERATOR_SDK) scorecard bundle -n default -w 300s

.PHONY: check
check: fmt vet manifest-diff lint test ## Check code for formatting, vet, lint, manifest-diff and run tests.
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit aa2533a

Please sign in to comment.