forked from andrewrothstein/ansible-kpt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.yml
34 lines (34 loc) · 2.4 KB
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
# defaults file for kpt
kpt_ver: '1.0.0-beta.24'
kpt_mirror: https://github.com/GoogleContainerTools/kpt/releases/download
kpt_arch_map:
aarch64: arm64
arm64: arm64
x86_64: amd64
kpt_parent_install_dir: /usr/local
kpt_checksums:
# https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.9/checksums.txt
'1.0.0-beta.9':
# https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.9/kpt_linux_amd64-1.0.0-beta.9.tar.gz
linux_amd64: sha256:26b42a05fe1a8ddc349548dc857ccec5749c041e5b1e2ddddcc0b5e49f098849
# https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.9/kpt_linux_arm64-1.0.0-beta.9.tar.gz
linux_arm64: sha256:827273c2aeb9cacc61ee38ad0c4fbab6e216aa7ba313e32251133098213ac465
# https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.9/kpt_darwin_amd64-1.0.0-beta.9.tar.gz
darwin_amd64: sha256:262e11037af6791ff7a36b5a13c72b1b0eb0815c04e02a5de14e35376bb924eb
# https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.17/checksums.txt
'1.0.0-beta.17':
# https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.17/kpt_linux_amd64-1.0.0-beta.17.tar.gz
linux_amd64: sha256:d80dd70d7d2f620c8e032581205fcba9d7f94396160bbb248ef57cea217718f2
# https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.17/kpt_linux_arm64-1.0.0-beta.17.tar.gz
linux_arm64: sha256:658830e693be53ceeb63909163be9b37ab6202b790e511c19d2a1c8f73f50ce8
# https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.17/kpt_darwin_amd64-1.0.0-beta.17.tar.gz
darwin_amd64: sha256:c7bbc6086739000bb5febafc78c25bd05dc97e11853131c235b4d3e6300d07e5
# https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.24/checksums.txt
'1.0.0-beta.24':
# https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.24/kpt_linux_amd64-1.0.0-beta.24.tar.gz
linux_amd64: sha256:ec384c862bb881412413e10d5ff5b57d6d4118fc9993a182247c8a90d5b16150
# https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.24/kpt_linux_arm64-1.0.0-beta.24.tar.gz
linux_arm64: sha256:60a4fe9b6366a23bcf227a3cf50c94df4c092dbb66779d360b295ed79ec7a5de
# https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.24/kpt_darwin_amd64-1.0.0-beta.24.tar.gz
darwin_amd64: sha256:45edc6519fa052fcdd711435fc51918f58e8d38808334fa63394437a8b923079