Generate Chart.yaml

This commit is contained in:
M. Mert Yildiran
2023-04-11 22:17:37 +03:00
parent 83be3558ed
commit 0801ea8c74
5 changed files with 157 additions and 20 deletions

View File

@@ -9,7 +9,9 @@ import (
var (
Software = "Kubeshark"
Program = "kubeshark"
Description = "The API Traffic Analyzer for Kubernetes"
Website = "https://kubeshark.co"
Email = "info@kubeshark.co"
Ver = "0.0"
Branch = "develop"
GitCommitHash = "" // this var is overridden using ldflags in makefile when building