Browse Source
Add argocd_install component to hash update script with checksum entries (#12358 )
pull/12267/head
Aman Shrivastava
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
20 additions and
0 deletions
roles/kubespray_defaults/vars/main/checksums.yml
scripts/component_hash_update/src/component_hash_update/components.py
scripts/get_node_ids.sh
@ -1255,4 +1255,14 @@ gateway_api_experimental_crds_checksums:
1.0.0 : sha256:6c601dced7872a940d76fa667ae126ba718cb4c6db970d0bab49128ecc1192a3
1.0.0 : sha256:6c601dced7872a940d76fa667ae126ba718cb4c6db970d0bab49128ecc1192a3
argocd_install_checksums:
argocd_install_checksums:
no_arch:
no_arch:
2.14.15 : sha256:0368b8a0adbb673408f2cc2367302ad1068d12cd9ab17cf6680bcb5fdba7c381
2.14.14 : sha256:36315fcd4bc86e41b89f322daabf0bab20ffccc98976f882dba56f79c00e65ed
2.14.13 : sha256:2b96310c5f52f23aad8643fc4536fc4ba45d2a41384bd71f191dc4ed2939b166
2.14.12 : sha256:c1156a3bd9f76397757d3c42f024aaff67cac718518138c65e78b5997c37d6fc
2.14.11 : sha256:9fd3317476ddad309954b7f99dbf53712b3611f0fc713390b5f7fdc68b536e2f
2.14.10 : sha256:ddb73ff9b1ddfda4f882175a2069be163ba3ff7eb9c64622415778bb34e43955
2.14.9 : sha256:b2c8093169039e3e516cb82cd98a64ca9ca0f116d7302a6ad074ffc7b28d85c2
2.14.8 : sha256:f436b495681b2bdc1388c3ce0f708c6744b771ae637c9f93b2e50e166fac2dbd
2.14.7 : sha256:4cffc79a9967cdd48dec48f0dd5f5b257057d0c193b3f4a9209b4d2ed614952d
2.14.6 : sha256:549de9af3ff1a244e50e39ef523034788edc25e268c7be12afcf401e94cbc916
2.14.5 : sha256:247ccda29c9faac4e0c8598680f5ebefff9911e957e3aeaf838eb4bbf455f2f4
2.14.5 : sha256:247ccda29c9faac4e0c8598680f5ebefff9911e957e3aeaf838eb4bbf455f2f4
@ -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
" 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 " ,
" 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" ) {
gvisor: repository( owner: "google" , name: "gvisor" ) {
id
id
}
}
argocd: repository( owner: "argoproj" , name: "argo-cd" ) {
id
}
} '
} '