We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac37578 commit e8205aaCopy full SHA for e8205aa
pkg/appStore/bean/bean.go
@@ -289,7 +289,7 @@ func (chart *InstallAppVersionDTO) GetFluxDeploymentConfig() *bean2.DeploymentCo
289
HelmReleaseName: util.BuildDeployedAppName(chart.AppName, chart.EnvironmentName),
290
GitOpsSecretName: fmt.Sprintf("devtron-flux-secret-%d", chart.GitOpsId),
291
ChartLocation: chartLocation,
292
- ChartVersion: chart.InstallAppVersionChartDTO.ChartVersion,
+ //ChartVersion: chart.InstallAppVersionChartDTO.ChartVersion,
293
RevisionTarget: util.GetDefaultTargetRevision(),
294
RepoUrl: chart.GitOpsRepoURL,
295
DevtronValueFile: "",
0 commit comments