Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Dec 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion contrib/charts/dragonfly/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
#
Expand All @@ -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"
4 changes: 2 additions & 2 deletions contrib/charts/dragonfly/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down