Skip to content

Commit 4a9a1e6

Browse files
authored
Merge pull request #212 from Luzilla/publish-chart
publish chart
2 parents c85f804 + ca3f3da commit 4a9a1e6

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
dist
22
vendor
3+
.envrc

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ namespace:=test
55
build:
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
914
run-dev:
1015
go run dnsbl_exporter.go \

chart/.helmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@
2121
.idea/
2222
*.tmproj
2323
.vscode/
24+
# artifact hub
25+
artifacthub-repo.yaml
26+
*.tgz

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: dnsbl-exporter
33
description: A Helm chart to run dnsbl-exporter on Kubernetes
44
type: application
55
version: 0.1.0
6-
appVersion: "v0.7.0-rc2"
6+
appVersion: "v0.7.0-rc3"
77
keywords:
88
- prometheus
99
- exporter

chart/artifacthub-repo.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
repositoryID: 34af9fb0-1b43-435a-8a0c-917584a44053
2+
owners:
3+
- name: till

0 commit comments

Comments
 (0)