Skip to content

Commit

Permalink
Merge pull request #57 from anguslees/renovate/ipfs-go-ipfs-0.x
Browse files Browse the repository at this point in the history
Update ipfs/go-ipfs Docker tag to v0.17.0
  • Loading branch information
anguslees authored Dec 5, 2022
2 parents a9a26a2 + 7bde3d8 commit 7093f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipfs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7093f0d

Please sign in to comment.