fix: plan formatting for service scaling (update verb), fix image and replicas diff

This commit is contained in:
Pasha Sviderski
2026-03-19 15:29:21 +10:00
parent f5a77b82b2
commit 3f95583dd4
4 changed files with 35 additions and 29 deletions
+1
View File
@@ -446,6 +446,7 @@ func newEmptyServicePlan(svc *api.Service, spec api.ServiceSpec) (ServicePlan, e
plan.ServiceID = svc.ID
plan.ServiceName = svc.Name
} else {
plan.IsNewService = true
var err error
plan.ServiceID, err = secret.NewID()
if err != nil {