Skip to content

Commit 03d442a

Browse files
Merge pull request #572 from darkdoc/minor_fixes
minor fixes
2 parents b0d6584 + edeef58 commit 03d442a

3 files changed

Lines changed: 3 additions & 11 deletions

File tree

Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,6 @@ bundle-build: ## Build the bundle image.
321321
bundle-push: ## Push the bundle image.
322322
docker push $(BUNDLE_IMG)
323323

324-
.PHONY: csv-date
325-
csv-date: ## Set createdAt date in the CSV.
326-
sed -c -r -i "s|createdAt: .*|createdAt: `date '+%Y-%m-%d %T'`|;" ./config/manifests/bases/$(OPERATOR_NAME)-operator.clusterserviceversion.yaml
327-
328324
# Some fixes in the bundle
329325
.PHONY: bundle-fixes
330326
bundle-fixes: ## update container image
@@ -334,10 +330,6 @@ bundle-fixes: ## update container image
334330
bundle-date: ## Set createdAt date in the bundle's CSV. Do not commit changes!
335331
sed -c -r -i "s|createdAt: .*|createdAt: `date '+%Y-%m-%d %T'`|;" ./bundle/manifests/$(OPERATOR_NAME)-operator.clusterserviceversion.yaml
336332

337-
.PHONY: bundle-date-reset
338-
bundle-date-reset: ## Reset createdAt date to empty value
339-
sed -c -r -i "s|createdAt: .*|createdAt: \"\"|;" ./bundle/manifests/$(OPERATOR_NAME)-operator.clusterserviceversion.yaml
340-
341333
.PHONY: opm
342334
OPM = ./bin/opm
343335
opm: ## Download opm locally if necessary.

OWNERS

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ approvers:
88
- mlabonte-rh
99
- gaurav-nelson
1010
- dminnear-rh
11+
- OAharoni-RedHat
1112
options: {}
1213
reviewers:
1314
- beekhof
1415
- mbaldessari
1516
- day0hero
1617
- mhjacks
1718
- darkdoc
18-
- yukinchan
19-
- mlabonte-rh
20-
- gaurav-nelson
2119
- dminnear-rh
20+
- OAharoni-RedHat

console/OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ approvers:
55
- mhjacks
66
- darkdoc
77
- dminnear-rh
8+
- OAharoni-RedHat
89
component: Management Console

0 commit comments

Comments
 (0)