From 7bde3d8c57480564225f5e1f97af8ab656fd33cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 22:57:14 +0000 Subject: [PATCH] Update ipfs/go-ipfs Docker tag to v0.17.0 --- ipfs.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipfs.jsonnet b/ipfs.jsonnet index 8393c91..c555ae2 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.16.0", // renovate + image: "ipfs/go-ipfs:v0.17.0", // renovate command: ["start_ipfs", "daemon", "--migrate"], env_+: { //IPFS_LOGGING: "debug",