Skip to content

Commit 2cb053a

Browse files
authored
Fix chart metadata (#100)
- Correct app version - Add maintainer url - Add sources - Add keywords Signed-off-by: m.nabokikh <[email protected]>
1 parent cfe46ff commit 2cb053a

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed
Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
apiVersion: v1
2-
appVersion: "v0.5.1"
2+
appVersion: "0.5.1"
33
description: Application for monitoring the cluster workloads image presence in a container registry.
44
name: k8s-image-availability-exporter
5-
version: "0.9.0"
5+
version: "0.9.1"
66
kubeVersion: ">=1.14.0-0"
77
maintainers:
88
- name: nabokihms
99
10+
url: github.com/nabokihms
11+
sources:
12+
- https://github.com/deckhouse/k8s-image-availability-exporter
13+
keywords:
14+
- kubernetes
15+
- prometheus
16+
- prometheus-exporter
17+
- container-registry
18+
- monitoring

charts/k8s-image-availability-exporter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# k8s-image-availability-exporter
22

3-
![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![AppVersion: v0.5.1](https://img.shields.io/badge/AppVersion-v0.5.1-informational?style=flat-square)
3+
![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-informational?style=flat-square) ![AppVersion: 0.5.1](https://img.shields.io/badge/AppVersion-0.5.1-informational?style=flat-square)
44

55
Application for monitoring the cluster workloads image presence in a container registry.
66

@@ -16,7 +16,7 @@ This chart bootstraps a [k8s-image-availability-exporter](https://github.com/fla
1616

1717
| Name | Email | Url |
1818
| ---- | ------ | --- |
19-
| nabokihms | <[email protected]> | |
19+
| nabokihms | <[email protected]> | <github.com/nabokihms> |
2020

2121
## Values
2222

0 commit comments

Comments
 (0)