Skip to content

Commit 3dcb586

Browse files
authored
Merge pull request #433 from kubero-dev/release/v2.4.3
Release/v2.4.3
2 parents e180bad + b35b885 commit 3dcb586

File tree

10 files changed

+337
-123
lines changed

10 files changed

+337
-123
lines changed

client/src/components/apps/form.vue

+4
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)