Skip to content

Commit 46e67cb

Browse files
authored
remove version.json references from Makefile (#137)
Signed-off-by: Etai Lev Ran <elevran@gmail.com>
1 parent c6e7690 commit 46e67cb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,17 +191,13 @@ uninstall-rbac: check-kubectl check-kustomize check-envsubst ## Uninstall RBAC
191191
@echo "Removing RBAC configuration from deploy/rbac..."
192192
kustomize build deploy/environments/openshift-base/rbac | envsubst '$$PROJECT_NAME $$NAMESPACE $$IMAGE_TAG_BASE $$VERSION' | kubectl delete -f - || true
193193

194-
195-
##@ Version Extraction
196-
.PHONY: version extract-version-info
197-
194+
##@ Environment
198195
.PHONY: env
199196
env: ## Print environment variables
200197
@echo "IMAGE_TAG_BASE=$(IMAGE_TAG_BASE)"
201198
@echo "IMG=$(IMG)"
202199
@echo "CONTAINER_TOOL=$(CONTAINER_TOOL)"
203200

204-
205201
##@ Tools
206202

207203
.PHONY: check-tools

0 commit comments

Comments
 (0)