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

@@ -96,4 +96,10 @@ infos = {
"url": "https://github.com/mikefarah/yq/releases/download/v{version}/checksums-bsd", # see https://github.com/mikefarah/yq/pull/1691 for why we use this url
"graphql_id": "R_kgDOApOQGQ",
},
"argocd_install": {
"url": "https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/install.yaml",
"graphql_id": "R_kgDOBzS60g",
"binary": True,
"hashtype": "sha256",
},
}

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
}
}'