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 (
25
25
openapi "github.com/devtron-labs/devtron/api/helm-app/openapiClient"
26
26
bean3 "github.com/devtron-labs/devtron/api/helm-app/service/bean"
27
27
"github.com/devtron-labs/devtron/client/argocdServer"
28
- "github.com/devtron-labs/devtron/client/fluxcd"
29
28
"github.com/devtron-labs/devtron/internal/sql/repository/pipelineConfig/bean/workflow/cdWorkflow"
30
29
util2 "github.com/devtron-labs/devtron/internal/util"
31
30
clusterBean "github.com/devtron-labs/devtron/pkg/cluster/bean"
@@ -290,10 +289,9 @@ func (chart *InstallAppVersionDTO) GetFluxDeploymentConfig() *bean2.DeploymentCo
290
289
GitOpsSecretName : fmt .Sprintf ("devtron-flux-secret-%d" , chart .GitOpsId ),
291
290
ChartLocation : chartLocation ,
292
291
//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" ,
297
295
},
298
296
},
299
297
Active : true ,
You can’t perform that action at this time.
0 commit comments