Skip to content

Commit

Permalink
feat: add metadata to helm chart (#737)
Browse files Browse the repository at this point in the history
Fixes #596
  • Loading branch information
mowies committed Feb 8, 2023
1 parent 7c3696e commit b5c5801
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/validate-semantic-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
test
deps
scopes: |
helm-chart
scheduler
operator
cert-manager
Expand Down
27 changes: 26 additions & 1 deletion helm/chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,34 @@
apiVersion: v2
name: keptn-lifecycle-toolkit
description: A Helm chart for Keptn Lifecycle Toolkit, a set of tools to enable cloud-native application lifecycle management
icon: "https://raw.githubusercontent.com/cncf/artwork/master/projects/keptn/icon/color/keptn-icon-color.svg"
home: https://keptn.sh
sources:
- "https://github.com/keptn/lifecycle-toolkit"
keywords:
- cloud-native
- lifecycle
- lifecycle-management
- application-lifecycle
- application-lifecycle-management
- orchestration
- keptn
- operator
- pre-deployment
- post-deployment
- evaluation
annotations:
artifacthub.io/links: |
- name: support
url: https://github.com/keptn/lifecycle-toolkit/issues/new
- name: community
url: https://slack.keptn.sh/
artifacthub.io/license: "Apache-2.0"
artifacthub.io/operator: "true"
artifacthub.io/operatorCapabilities: "Full Lifecycle"

kubeVersion: ">= 1.24.0"
type: application

version: 0.1.0

# This is the version number of the application being deployed. This version number should be
Expand Down

0 comments on commit b5c5801

Please sign in to comment.