Merge pull request #18535 from spowelljr/addHeadlampVersion

CI: Add ability to get headlamp version
pull/18536/head
Medya Ghazizadeh 2024-03-28 14:33:53 -07:00 committed by GitHub
commit 9cf568a15d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ var dependencies = map[string]dependency{
"golint": {"Makefile", `GOLINT_VERSION \?= (.*)`},
"gopogh": {"hack/jenkins/installers/check_install_gopogh.sh", `github.com/medyagh/gopogh/cmd/gopogh@(.*)`},
"gotestsum": {"hack/jenkins/installers/check_install_gotestsum.sh", `gotest\.tools/gotestsum@(.*)`},
"headlamp": {addonsFile, `headlamp-k8s/headlamp:(.*)@`},
"hugo": {"netlify.toml", `HUGO_VERSION = "(.*)"`},
"ingress": {addonsFile, `ingress-nginx/controller:(.*)@`},
"inspektor-gadget": {addonsFile, `inspektor-gadget/inspektor-gadget:(.*)@`},