Skip to content

Commit ac37578

Browse files
committed
wip
1 parent a0eb554 commit ac37578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/appStore/adapter/Adapter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ func UpdateInstallAppDetails(request *appStoreBean.InstallAppVersionDTO, install
281281
request.EnvironmentId = installedApp.EnvironmentId
282282
request.Status = installedApp.Status
283283
request.DeploymentAppType = config.DeploymentAppType
284-
if util.IsAcdApp(config.DeploymentAppType) {
284+
if util.IsAcdApp(config.DeploymentAppType) || util.IsFluxApp(config.DeploymentAppType) {
285285
request.GitOpsRepoURL = config.GetRepoURL()
286286
request.TargetRevision = config.GetTargetRevision()
287287
}

0 commit comments

Comments
 (0)