File tree Expand file tree Collapse file tree 5 files changed +13
-1
lines changed
Expand file tree Collapse file tree 5 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11dist
22vendor
3+ .envrc
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ namespace:=test
55build :
66 goreleaser build --snapshot --single-target --clean
77
8+ .PHONY : clean
9+ clean :
10+ rm -rf dist/
11+ rm ./chart/* .tgz
12+
813.PHONY : run-dev
914run-dev :
1015 go run dnsbl_exporter.go \
Original file line number Diff line number Diff line change 2121.idea/
2222*.tmproj
2323.vscode/
24+ # artifact hub
25+ artifacthub-repo.yaml
26+ *.tgz
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: dnsbl-exporter
33description : A Helm chart to run dnsbl-exporter on Kubernetes
44type : application
55version : 0.1.0
6- appVersion : " v0.7.0-rc2 "
6+ appVersion : " v0.7.0-rc3 "
77keywords :
88- prometheus
99- exporter
Original file line number Diff line number Diff line change 1+ repositoryID : 34af9fb0-1b43-435a-8a0c-917584a44053
2+ owners :
3+ - name : till
You can’t perform that action at this time.
0 commit comments