diff --git a/murano-apps/SystemConfig/package/Classes/SystemConfig.yaml b/murano-apps/SystemConfig/package/Classes/SystemConfig.yaml index 9b30872..c823648 100644 --- a/murano-apps/SystemConfig/package/Classes/SystemConfig.yaml +++ b/murano-apps/SystemConfig/package/Classes/SystemConfig.yaml @@ -19,6 +19,7 @@ Properties: Default: 'https://review.fuel-infra.org/open-paas/system-config' branchName: Contract: $.string() + Default: 'stable' patchId: Contract: $.string() Methods: diff --git a/murano-apps/SystemConfig/package/UI/ui.yaml b/murano-apps/SystemConfig/package/UI/ui.yaml index b33bc54..146f967 100644 --- a/murano-apps/SystemConfig/package/UI/ui.yaml +++ b/murano-apps/SystemConfig/package/UI/ui.yaml @@ -32,6 +32,7 @@ Forms: initial: https://review.fuel-infra.org/open-paas/project-config required: true - name: branchName + initial: stable type: string label: Branch Name description: Provide branch, which should be used for for system-config repo.