Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
deleting unneeded index.yaml and Makefile targets
Browse files Browse the repository at this point in the history
  • Loading branch information
sa-ChristianAnton committed Jun 26, 2022
1 parent d90e63d commit ea53282
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ lint:
package:
CMD="package . -d packages" $(MAKE) helm

# Create index file (use only for initial setup)
index:
CMD="repo index --url ${URL} ." $(MAKE) helm

# Update index file add new version of package into it
merge:
CMD="repo index --url ${URL} --merge index.yaml ." $(MAKE) helm

gen-docs:
docker run --rm --name helm-docs \
--user $(shell id -u):$(shell id -g) \
Expand Down
38 changes: 0 additions & 38 deletions index.yaml

This file was deleted.

0 comments on commit ea53282

Please sign in to comment.