Skip to content

Commit 15678f2

Browse files
committed
ent change synced
1 parent e8205aa commit 15678f2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pkg/appStore/bean/bean.go

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import (
2525
openapi "github.com/devtron-labs/devtron/api/helm-app/openapiClient"
2626
bean3 "github.com/devtron-labs/devtron/api/helm-app/service/bean"
2727
"github.com/devtron-labs/devtron/client/argocdServer"
28-
"github.com/devtron-labs/devtron/client/fluxcd"
2928
"github.com/devtron-labs/devtron/internal/sql/repository/pipelineConfig/bean/workflow/cdWorkflow"
3029
util2 "github.com/devtron-labs/devtron/internal/util"
3130
clusterBean "github.com/devtron-labs/devtron/pkg/cluster/bean"
@@ -290,10 +289,9 @@ func (chart *InstallAppVersionDTO) GetFluxDeploymentConfig() *bean2.DeploymentCo
290289
GitOpsSecretName: fmt.Sprintf("devtron-flux-secret-%d", chart.GitOpsId),
291290
ChartLocation: chartLocation,
292291
//ChartVersion: chart.InstallAppVersionChartDTO.ChartVersion,
293-
RevisionTarget: util.GetDefaultTargetRevision(),
294-
RepoUrl: chart.GitOpsRepoURL,
295-
DevtronValueFile: "",
296-
HelmReleaseValuesFiles: fluxcd.GetValuesFileArrForDevtronInlineApps(chartLocation),
292+
RevisionTarget: util.GetDefaultTargetRevision(),
293+
RepoUrl: chart.GitOpsRepoURL,
294+
DevtronValueFile: "values.yaml",
297295
},
298296
},
299297
Active: true,

0 commit comments

Comments
 (0)