Skip to content

Commit

Permalink
Merge pull request #79 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.22.0
  • Loading branch information
anguslees authored Sep 11, 2023
2 parents cfbd4aa + 389f110 commit 5a7cd8e
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.17.0", // renovate
image: "ipfs/go-ipfs:v0.22.0", // renovate
command: ["start_ipfs", "daemon", "--migrate"],
env_+: {
//IPFS_LOGGING: "debug",
Expand Down

0 comments on commit 5a7cd8e

Please sign in to comment.