Skip to content

Commit b40ea85

Browse files
committed
Consolidate IPFS versions to workspace.yaml
Tool: gitpod/catfood.gitpod.cloud
1 parent ca54841 commit b40ea85

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

WORKSPACE.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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"
2831
provenance:
2932
enabled: true
3033
slsa: true

components/ipfs/ipfs-cluster/BUILD.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}

components/ipfs/kubo/BUILD.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)