Created
January 19, 2019 21:23
-
-
Save omerxx/979f77540580e5af00bb63916a44e73a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: The chart API version, always "v1" (required) | |
name: The name of the chart (required) | |
version: A SemVer 2 version (required) | |
kubeVersion: A SemVer range of compatible Kubernetes versions (optional) | |
description: A single-sentence description of this project (optional) | |
keywords: | |
- A list of keywords about this project (optional) | |
home: The URL of this project's home page (optional) | |
sources: | |
- A list of URLs to source code for this project (optional) | |
maintainers: # (optional) | |
- name: The maintainer's name (required for each maintainer) | |
email: The maintainer's email (optional for each maintainer) | |
url: A URL for the maintainer (optional for each maintainer) | |
engine: gotpl # The name of the template engine (optional, defaults to gotpl) | |
icon: A URL to an SVG or PNG image to be used as an icon (optional). | |
appVersion: The version of the app that this contains (optional). This needn't be SemVer. | |
deprecated: Whether this chart is deprecated (optional, boolean) | |
tillerVersion: The version of Tiller that this chart requires. This should be expressed as a SemVer range: ">2.0.0" (optional) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment