Skip to content

Commit

Permalink
update frp version
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Garcia <[email protected]>
  • Loading branch information
JinxCappa committed Jun 27, 2024
1 parent 67d6dda commit 1586e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/client_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func (r *ClientReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctr
pod, err := builder.NewPodBuilder().
SetName(client.Name).
SetNamespace(client.Namespace).
SetImage("fatedier/frpc:v0.56.0").
SetImage("fatedier/frpc:v0.58.1").
Build()
if err != nil {
return ctrl.Result{}, err
Expand Down

0 comments on commit 1586e95

Please sign in to comment.