File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ defaultArgs:
2525 jbBackendVersion : " latest"
2626 dockerVersion : " 20.10.24"
2727 dockerComposeVersion : " 2.27.0-gitpod.0"
28+ ipfsKuboVersion : " v0.18.0"
29+ ipfsClusterVersion : " v1.0.8"
30+ schedulerExtenderVersion : " c1925d8"
2831provenance :
2932 enabled : true
3033 slsa : true
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ packages:
44 config :
55 dockerfile : leeway.Dockerfile
66 buildArgs :
7- VERSION : v1.0.8
7+ VERSION : ${ipfsClusterVersion}
88 image :
9- - ${imageRepoBase}/ipfs/ipfs-cluster:v1.0.8
9+ - ${imageRepoBase}/ipfs/ipfs-cluster:${ipfsClusterVersion}
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ packages:
44 config :
55 dockerfile : leeway.Dockerfile
66 buildArgs :
7- VERSION : v0.18.0
7+ VERSION : ${ipfsKuboVersion}
88 image :
9- - ${imageRepoBase}/ipfs/kubo:v0.18.0
9+ - ${imageRepoBase}/ipfs/kubo:${ipfsKuboVersion}
You can’t perform that action at this time.
0 commit comments