Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,6 @@ bundle-build: ## Build the bundle image.
bundle-push: ## Push the bundle image.
docker push $(BUNDLE_IMG)

.PHONY: csv-date
csv-date: ## Set createdAt date in the CSV.
sed -c -r -i "s|createdAt: .*|createdAt: `date '+%Y-%m-%d %T'`|;" ./config/manifests/bases/$(OPERATOR_NAME)-operator.clusterserviceversion.yaml

# Some fixes in the bundle
.PHONY: bundle-fixes
bundle-fixes: ## update container image
Expand All @@ -334,10 +330,6 @@ bundle-fixes: ## update container image
bundle-date: ## Set createdAt date in the bundle's CSV. Do not commit changes!
sed -c -r -i "s|createdAt: .*|createdAt: `date '+%Y-%m-%d %T'`|;" ./bundle/manifests/$(OPERATOR_NAME)-operator.clusterserviceversion.yaml

.PHONY: bundle-date-reset
bundle-date-reset: ## Reset createdAt date to empty value
sed -c -r -i "s|createdAt: .*|createdAt: \"\"|;" ./bundle/manifests/$(OPERATOR_NAME)-operator.clusterserviceversion.yaml

.PHONY: opm
OPM = ./bin/opm
opm: ## Download opm locally if necessary.
Expand Down
5 changes: 2 additions & 3 deletions OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ approvers:
- mlabonte-rh
- gaurav-nelson
- dminnear-rh
- OAharoni-RedHat
options: {}
reviewers:
- beekhof
- mbaldessari
- day0hero
- mhjacks
- darkdoc
- yukinchan
- mlabonte-rh
- gaurav-nelson
- dminnear-rh
- OAharoni-RedHat
1 change: 1 addition & 0 deletions console/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ approvers:
- mhjacks
- darkdoc
- dminnear-rh
- OAharoni-RedHat
component: Management Console