Skip to content

Commit

Permalink
Update ipfs/go-ipfs Docker tag to v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 4, 2024
1 parent ea13489 commit ebaf1e1
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.22.0", // renovate
image: "ipfs/go-ipfs:v0.27.0", // renovate
command: ["start_ipfs", "daemon", "--migrate"],
env_+: {
//IPFS_LOGGING: "debug",
Expand Down

0 comments on commit ebaf1e1

Please sign in to comment.