fix(helm): Chart.yaml - Add home, keywords, sources, kubeVersion (#542)

fix(helm): Chart.yaml - add home, keywords, sources, kubeVersion

Signed-off-by: junya koyama <arukiidou@yahoo.co.jp>
This commit is contained in:
arukiidou 2022-12-07 19:37:35 +09:00 committed by GitHub
parent 90bc3ab8b8
commit c698e9c25e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 3 deletions

View File

@ -1,6 +1,6 @@
apiVersion: v2
name: dragonfly
description: A Helm chart for Kubernetes
description: Dragonfly is a modern in-memory datastore, fully compatible with Redis and Memcached APIs.
# A chart can be either an 'application' or a 'library' chart.
#
@ -22,3 +22,15 @@ version: v0.12.0
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.12.0"
home: https://dragonflydb.io/
keywords:
- database
- keyvalue
- cache
sources:
- https://github.com/dragonflydb/dragonfly
kubeVersion: ">=1.23.0-0"

View File

@ -1,8 +1,8 @@
# dragonfly
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.12.0](https://img.shields.io/badge/AppVersion-v0.12.0-informational?style=flat-square)
A Helm chart for Kubernetes
Dragonfly is a modern in-memory datastore, fully compatible with Redis and Memcached APIs.
## Values