Skip to content

Commit

Permalink
helm upgrade failed Error logs (#276)
Browse files Browse the repository at this point in the history
* possible fix to helm upgrade failure

Signed-off-by: Min Min <[email protected]>

* added wait for jobs option

Signed-off-by: Min Min <[email protected]>

* bugfix

Signed-off-by: Min Min <[email protected]>

* removed unnecessary field

Signed-off-by: Min Min <[email protected]>

Co-authored-by: Min Min <[email protected]>
  • Loading branch information
jamsman94 and Min Min authored Sep 8, 2021
1 parent acd5f70 commit 881ed7b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ func (p *DeployTaskPlugin) Run(ctx context.Context, pipelineTask *task.Task, _ *
ReleaseName: fmt.Sprintf("%s-%s", p.Task.Namespace, p.Task.ServiceName),
ChartName: fmt.Sprintf("%s/%s", p.Task.Namespace, p.Task.ServiceName),
Namespace: p.Task.Namespace,
Wait: true,
ReuseValues: true,
Version: renderChart.ChartVersion,
ValuesYaml: replaceValuesYaml,
Expand Down

0 comments on commit 881ed7b

Please sign in to comment.