Skip to content

Commit 670f390

Browse files
authored
Merge pull request #427 from kubero-dev/feature/make-pipeline-registry-editable
Feature / make registry editable
2 parents c7cb879 + c835b2e commit 670f390

File tree

7 files changed

+300
-98
lines changed

7 files changed

+300
-98
lines changed

client/src/components/apps/form.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,6 +1409,8 @@ export default defineComponent({
14091409
provider: '',
14101410
repository: {} as GitRepo,
14111411
},
1412+
buildstrategy: 'plain',
1413+
deploymentstrategy: 'git',
14121414
},
14131415
appname: '',
14141416
resourceVersion: '',
@@ -1754,6 +1756,8 @@ export default defineComponent({
17541756
17551757
this.loadBranches();
17561758
this.buildpack = this.pipelineData.buildpack;
1759+
this.buildstrategy = this.pipelineData.buildstrategy;
1760+
this.deploymentstrategy = this.pipelineData.deploymentstrategy;
17571761
17581762
if (this.app == 'new') {
17591763
this.ingress.hosts[0].host = this.pipelineData.domain;

0 commit comments

Comments
 (0)