Skip to content

Commit

Permalink
updating function call updated in other branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wejdross authored and Gabriel Saratura committed Feb 10, 2025
1 parent e7de2a8 commit 347537c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/comp-functions/functions/vshnforgejo/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ func addForgejo(ctx context.Context, svc *runtime.ServiceRuntime, comp *vshnv1.V
}
}

release, err := common.NewRelease(ctx, svc, comp, values)
release, err := common.NewRelease(ctx, svc, comp, values, comp.GetName()+"-release")
if err != nil {
return err
}
Expand Down

0 comments on commit 347537c

Please sign in to comment.