Skip to content

Commit e8205aa

Browse files
committed
values file change
1 parent ac37578 commit e8205aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/appStore/bean/bean.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ func (chart *InstallAppVersionDTO) GetFluxDeploymentConfig() *bean2.DeploymentCo
289289
HelmReleaseName: util.BuildDeployedAppName(chart.AppName, chart.EnvironmentName),
290290
GitOpsSecretName: fmt.Sprintf("devtron-flux-secret-%d", chart.GitOpsId),
291291
ChartLocation: chartLocation,
292-
ChartVersion: chart.InstallAppVersionChartDTO.ChartVersion,
292+
//ChartVersion: chart.InstallAppVersionChartDTO.ChartVersion,
293293
RevisionTarget: util.GetDefaultTargetRevision(),
294294
RepoUrl: chart.GitOpsRepoURL,
295295
DevtronValueFile: "",

0 commit comments

Comments
 (0)