From 42c26e4a1a291cccc81d1feb1c8826faaff2d6b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 17:21:15 +0000 Subject: [PATCH] Update ipfs/go-ipfs Docker tag to v0.30.0 --- ipfs.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipfs.jsonnet b/ipfs.jsonnet index f73872e..820439e 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.30.0", // renovate command: ["start_ipfs", "daemon", "--migrate"], env_+: { //IPFS_LOGGING: "debug",