github-starter-workflows / repo-analysis-partner

9 stars 10 forks source link

Helm Support for new `tech_stack` #17

Closed gambtho closed 2 years ago

gambtho commented 2 years ago

Name of the tech_stack A distinct name for the tech_stack Helm

Filenames to look for in the repository This defines the name of the file used as the criteria of detection. For eg, the presence of yarn.lock is the detection criteria for Yarn.

Chart.yaml in the same directory as a directory named templates

File extensions to look for in the repository This defines the extensions of files used as the criteria of detection. For eg, the presence of .csproj extension is a detection criteria for AspNetCore.

yaml files in a directory named templates

Content/Regex to look for in the above-mentioned filename/extensions This defines the content to look for in the file with the name/extensions defined above. For eg, the presence of <Project Sdk="Microsoft.NET.Sdk.Web"> in a file with extension .csproj is the detection criteria for AspNetCore

These three fields in the file named chart.yaml apiVersion: The chart API version (required) name: The name of the chart (required) version: A SemVer 2 version (required)

Additional context Add any other context or screenshots about the feature request here. https://helm.sh/docs/topics/charts/