Skip to content

Commit

Permalink
Merge pull request #212 from Luzilla/publish-chart
Browse files Browse the repository at this point in the history
publish chart
  • Loading branch information
till authored Apr 1, 2024
2 parents c85f804 + ca3f3da commit 4a9a1e6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dist
vendor
.envrc
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ namespace:=test
build:
goreleaser build --snapshot --single-target --clean

.PHONY: clean
clean:
rm -rf dist/
rm ./chart/*.tgz

.PHONY: run-dev
run-dev:
go run dnsbl_exporter.go \
Expand Down
3 changes: 3 additions & 0 deletions chart/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@
.idea/
*.tmproj
.vscode/
# artifact hub
artifacthub-repo.yaml
*.tgz
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: dnsbl-exporter
description: A Helm chart to run dnsbl-exporter on Kubernetes
type: application
version: 0.1.0
appVersion: "v0.7.0-rc2"
appVersion: "v0.7.0-rc3"
keywords:
- prometheus
- exporter
Expand Down
3 changes: 3 additions & 0 deletions chart/artifacthub-repo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
repositoryID: 34af9fb0-1b43-435a-8a0c-917584a44053
owners:
- name: till

0 comments on commit 4a9a1e6

Please sign in to comment.