8 lines
135 B
Makefile
8 lines
135 B
Makefile
|
|
all: package
|
|
|
|
package:
|
|
helm package onechart
|
|
mv onechart*.tgz docs
|
|
helm repo index docs --url https://onechart.github.io/onecharts
|