Skip to content

Commit

Permalink
Merge pull request #18 from christopherscholz/additional-chart-info
Browse files Browse the repository at this point in the history
Sort and add missing Chart.yaml attributes
  • Loading branch information
wangxiaoyou1993 authored Aug 24, 2023
2 parents 064a8ab + a183426 commit 55e55e9
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions charts/mageai/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
apiVersion: v2
name: mageai

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.9.16"

description: A Helm chart for Mage AI

home: https://www.mage.ai

icon: https://avatars.githubusercontent.com/u/69371472

maintainers:
- name: mage-ai
url: https://www.mage.ai
email: [email protected]

name: mageai

sources:
- https://github.com/mage-ai/helm-charts/tree/master/charts/mageai

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand All @@ -16,9 +36,3 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.3

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.9.16"

0 comments on commit 55e55e9

Please sign in to comment.