Skip to content

Commit

Permalink
filecoin: update lotus images to v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mFarghaly committed Aug 17, 2021
1 parent bfcfd4a commit 44b0804
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion controllers/filecoin/node_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ func (r *NodeReconciler) specStatefulSet(node *filecoinv1alpha1.Node, sts *appsv
{
Name: "node",
Image: image,
Args: []string{"daemon"},
Args: []string{"lotus", "daemon"},
Env: []corev1.EnvVar{
{
Name: "LOTUS_PATH",
Expand Down
8 changes: 3 additions & 5 deletions controllers/filecoin/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ const (
EnvLotusImage = "LOTUS_IMAGE"

// DefaultLotusMainnetImage is the lotus image used for mainnet
DefaultLotusMainnetImage = "kotalco/lotus:mainnet-v1.1.2"
DefaultLotusMainnetImage = "kotalco/filecoin:v1.11.1"
// DefaultLotusNerpaImage is the lotus image used for nerpa network
DefaultLotusNerpaImage = "kotalco/lotus:nerpa-11.04.0"
DefaultLotusNerpaImage = "kotalco/filecoin:nerpa-v1.11.1"
// DefaultLotusCalibrationImage is the lotus image used for calibration network
DefaultLotusCalibrationImage = "kotalco/lotus:calibration-10.22.0"
// DefaultLotusButterflyImage is the lotus image used for butterfly network
DefaultLotusButterflyImage = "kotalco/lotus:butterfly-10.22.0"
DefaultLotusCalibrationImage = "kotalco/filecoin:calibration-v1.11.1"
)

// LotusImage returns the Filecoin lotus image to be used by the node
Expand Down

0 comments on commit 44b0804

Please sign in to comment.