File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments