mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
Add argocd_install component to hash update script with checksum entries (#12358)
This commit is contained in:
@@ -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",
|
||||
},
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
}'
|
||||
|
||||
Reference in New Issue
Block a user