1. NetApp Astra Control Center Documentation: This documentation confirms that AppTemplates can be sourced from a Git repository using Helm, establishing the relevance of Helm chart features.
Source: NetApp Product Documentation, Astra Control Center 23.10, "Manage AppTemplates with Astra Control Center," section "Add an AppTemplate from a Git repository using Helm."
2. Official Helm Documentation: The Helm documentation explicitly defines the keywords field in Chart.yaml as the mechanism for making charts searchable, which is functionally equivalent to tagging.
Source: Helm Documentation, "The Chart.yaml File," helm.sh/docs/topics/charts/#the-chartyaml-file. The description for the keywords field states: "A list of keywords to search for."
3. Official Kubernetes Documentation: As Astra Control is a Kubernetes-native platform, the distinction between labels (tags) and annotations is critical. Kubernetes documentation clarifies that labels are for organizing and selecting objects, while annotations are not.
Source: Kubernetes Documentation, "Labels and Selectors," kubernetes.io/docs/concepts/overview/working-with-objects/labels/. It states, "Labels can be used to organize and to select subsets of objects." In contrast, the documentation on "Annotations" notes they are for "arbitrary non-identifying metadata."