Skip to content

Commit 74a70ef

Browse files
author
Sinelnikov Michail
committed
fix
Signed-off-by: Sinelnikov Michail <mikhail.sinelnikov@flant.com>
1 parent 8deaebc commit 74a70ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkg/helm/nelm/nelm.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@ func (c *NelmClient) UpgradeRelease(releaseName, modulePath string, valuesPaths
235235
ValuesSet: setValues,
236236
},
237237
TrackingOptions: common.TrackingOptions{
238-
NoPodLogs: true,
238+
NoPodLogs: true,
239+
NoFinalTracking: true,
239240
},
240241
Chart: modulePath,
241242
DefaultChartName: releaseName,
@@ -330,7 +331,8 @@ func (c *NelmClient) DeleteRelease(releaseName string) error {
330331
KubeContextCurrent: c.opts.KubeContext,
331332
},
332333
TrackingOptions: common.TrackingOptions{
333-
NoPodLogs: true,
334+
NoPodLogs: true,
335+
NoFinalTracking: true,
334336
},
335337
ReleaseHistoryLimit: int(c.opts.HistoryMax),
336338
ReleaseStorageDriver: c.opts.HelmDriver,

0 commit comments

Comments
 (0)