Skip to content

Commit e332df2

Browse files
authored
fix: app details page(#5823)
1 parent 3020744 commit e332df2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/sql/repository/AppListingRepository.go

+2
Original file line numberDiff line numberDiff line change
@@ -355,13 +355,15 @@ func (impl AppListingRepositoryImpl) deploymentDetailsByAppIdAndEnvId(ctx contex
355355
" p.deployment_app_type," +
356356
" p.ci_pipeline_id," +
357357
" p.deployment_app_delete_request," +
358+
" pco.id as pco_id," +
358359
" cia.data_source," +
359360
" cia.id as ci_artifact_id," +
360361
" cia.parent_ci_artifact as parent_artifact_id," +
361362
" cl.k8s_version," +
362363
" env.cluster_id," +
363364
" env.is_virtual_environment," +
364365
" cl.cluster_name," +
366+
" cia.image," +
365367
" p.id as cd_pipeline_id," +
366368
" p.ci_pipeline_id," +
367369
" p.trigger_type" +

0 commit comments

Comments
 (0)