Skip to content

Commit

Permalink
Fix chart metadata (#100)
Browse files Browse the repository at this point in the history
- Correct app  version
- Add maintainer url
- Add sources
- Add keywords

Signed-off-by: m.nabokikh <[email protected]>
  • Loading branch information
nabokihms authored Jan 4, 2024
1 parent cfe46ff commit 2cb053a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions charts/k8s-image-availability-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
apiVersion: v1
appVersion: "v0.5.1"
appVersion: "0.5.1"
description: Application for monitoring the cluster workloads image presence in a container registry.
name: k8s-image-availability-exporter
version: "0.9.0"
version: "0.9.1"
kubeVersion: ">=1.14.0-0"
maintainers:
- name: nabokihms
email: [email protected]
url: github.com/nabokihms
sources:
- https://github.com/deckhouse/k8s-image-availability-exporter
keywords:
- kubernetes
- prometheus
- prometheus-exporter
- container-registry
- monitoring
4 changes: 2 additions & 2 deletions charts/k8s-image-availability-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# k8s-image-availability-exporter

![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)
![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)

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

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

| Name | Email | Url |
| ---- | ------ | --- |
| nabokihms | <[email protected]> | |
| nabokihms | <[email protected]> | <github.com/nabokihms> |

## Values

Expand Down

0 comments on commit 2cb053a

Please sign in to comment.