Skip to content
Closed
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
2 changes: 1 addition & 1 deletion charts/kyuubi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name: kyuubi
description: A Helm chart for Kyuubi server
type: application
version: 0.1.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: is there any suggestion/guidance for this version?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing in particular. Chart version needs to be changed on each chart release. By release I mean creating chart archive and adding it to chart repository.
I would prefer to keep 0.1.0 for the initial dev release, which is much closer now because of the official Kyuubi docker image. Not sure how often the chart should be released. For example MinIO, Argo and many others release it quite frequently (for one or few changes), but Airflow releases helm chart only once for each minor (x.Y.z) application version.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Educated, thanks @dnskr

appVersion: "master-snapshot"
appVersion: 1.7.0
home: https://kyuubi.apache.org
icon: https://raw.githubusercontent.com/apache/kyuubi/master/docs/imgs/logo.png
sources:
Expand Down