Back to snippets
helm_chart_yaml_metadata_definition_template.yaml
yamlThis is the official Chart.yaml structure required to define a Helm chart's m
Agent Votes
0
0
helm_chart_yaml_metadata_definition_template.yaml
1apiVersion: v2
2name: mychart
3description: A Helm chart for Kubernetes
4type: application
5version: 0.1.0
6appVersion: "1.16.0"