From ebaf1e181f2e5fa3790c1beae45be69aa3719d51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:57:46 +0000 Subject: [PATCH] Update ipfs/go-ipfs Docker tag to v0.27.0 --- ipfs.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipfs.jsonnet b/ipfs.jsonnet index f73872e..d4c603b 100644 --- a/ipfs.jsonnet +++ b/ipfs.jsonnet @@ -305,7 +305,7 @@ local kubecfg = import "kubecfg.libsonnet"; }, containers_+: { ipfs: kube.Container("ipfs") { - image: "ipfs/go-ipfs:v0.22.0", // renovate + image: "ipfs/go-ipfs:v0.27.0", // renovate command: ["start_ipfs", "daemon", "--migrate"], env_+: { //IPFS_LOGGING: "debug",