We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b957a0 commit ca3f3daCopy full SHA for ca3f3da
.gitignore
@@ -1,2 +1,3 @@
1
dist
2
vendor
3
+.envrc
chart/.helmignore
@@ -21,3 +21,6 @@
21
.idea/
22
*.tmproj
23
.vscode/
24
+# artifact hub
25
+artifacthub-repo.yaml
26
+*.tgz
chart/Chart.yaml
@@ -3,7 +3,7 @@ name: dnsbl-exporter
description: A Helm chart to run dnsbl-exporter on Kubernetes
4
type: application
5
version: 0.1.0
6
-appVersion: "v0.7.0-rc2"
+appVersion: "v0.7.0-rc3"
7
keywords:
8
- prometheus
9
- exporter
chart/artifacthub-repo.yaml
@@ -0,0 +1,3 @@
+repositoryID: 34af9fb0-1b43-435a-8a0c-917584a44053
+owners:
+- name: till
0 commit comments