mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
Fix diff shown when no upgrade
This commit is contained in:
@@ -386,7 +386,7 @@ func (d *DataLayer) ChartUpgrade(namespace string, name string, repoChart string
|
||||
|
||||
cmd := []string{name, repoChart, "--version", version, "--namespace", namespace, "--values", file.Name()}
|
||||
if justTemplate {
|
||||
cmd = append([]string{"template"}, cmd...)
|
||||
cmd = append([]string{"template", "--skip-tests"}, cmd...)
|
||||
} else {
|
||||
cmd = append([]string{"upgrade"}, cmd...)
|
||||
cmd = append(cmd, "--output", "json")
|
||||
|
||||
Reference in New Issue
Block a user