Skip to content

Commit

Permalink
Merge pull request #433 from kubero-dev/release/v2.4.3
Browse files Browse the repository at this point in the history
Release/v2.4.3
  • Loading branch information
mms-gianni authored Oct 16, 2024
2 parents e180bad + b35b885 commit 3dcb586
Show file tree
Hide file tree
Showing 10 changed files with 337 additions and 123 deletions.
4 changes: 4 additions & 0 deletions client/src/components/apps/form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1409,6 +1409,8 @@ export default defineComponent({
provider: '',
repository: {} as GitRepo,
},
buildstrategy: 'plain',
deploymentstrategy: 'git',
},
appname: '',
resourceVersion: '',
Expand Down Expand Up @@ -1754,6 +1756,8 @@ export default defineComponent({
this.loadBranches();
this.buildpack = this.pipelineData.buildpack;
this.buildstrategy = this.pipelineData.buildstrategy;
this.deploymentstrategy = this.pipelineData.deploymentstrategy;
if (this.app == 'new') {
this.ingress.hosts[0].host = this.pipelineData.domain;
Expand Down
Loading

0 comments on commit 3dcb586

Please sign in to comment.