File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -321,10 +321,6 @@ bundle-build: ## Build the bundle image.
321321bundle-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
330326bundle-fixes : # # update container image
@@ -334,10 +330,6 @@ bundle-fixes: ## update container image
334330bundle-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
342334OPM = ./bin/opm
343335opm : # # Download opm locally if necessary.
Original file line number Diff line number Diff line change @@ -8,14 +8,13 @@ approvers:
88 - mlabonte-rh
99 - gaurav-nelson
1010 - dminnear-rh
11+ - OAharoni-RedHat
1112options: {}
1213reviewers:
1314 - beekhof
1415 - mbaldessari
1516 - day0hero
1617 - mhjacks
1718 - darkdoc
18- - yukinchan
19- - mlabonte-rh
20- - gaurav-nelson
2119 - dminnear-rh
20+ - OAharoni-RedHat
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ approvers:
55 - mhjacks
66 - darkdoc
77 - dminnear-rh
8+ - OAharoni-RedHat
89component: Management Console
You can’t perform that action at this time.
0 commit comments