Skip to content

Commit

Permalink
chore: add home & maintainers (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Mar 6, 2023
1 parent 0e07751 commit 56e1e66
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion charts/databend-meta/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ apiVersion: v2
name: databend-meta
description: A Helm chart for databend meta
icon: https://databend.rs/img/favicon.svg
home: https://databend.rs
maintainers:
- name: cloud.dev
email: [email protected]
url: https://databend.com
keywords:
- olap
- cloud data warehouse
Expand All @@ -21,7 +26,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.0
version: 0.6.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
7 changes: 6 additions & 1 deletion charts/databend-query/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ apiVersion: v2
name: databend-query
description: A Helm chart for databend query
icon: https://databend.rs/img/favicon.svg
home: https://databend.rs
maintainers:
- name: cloud.dev
email: [email protected]
url: https://databend.com
keywords:
- olap
- cloud data warehouse
Expand All @@ -20,7 +25,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.5.0
version: 0.5.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down

0 comments on commit 56e1e66

Please sign in to comment.