Add argocd_install component to hash update script with checksum entries (#12358)

This commit is contained in:
Aman Shrivastava
2025-06-30 19:30:35 +05:30
committed by GitHub
parent 7ead3e2f11
commit f9385ec918
3 changed files with 20 additions and 0 deletions

View File

@@ -48,4 +48,8 @@ gh api graphql -H "X-Github-Next-Global-ID: 1" -f query='{
gvisor: repository(owner: "google", name: "gvisor") {
id
}
argocd: repository(owner: "argoproj", name: "argo-cd") {
id
}
}'