mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-22 23:50:34 +00:00
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:
parent
90bc3ab8b8
commit
c698e9c25e
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user