Skip to content

Commit

Permalink
fix(dashboard): kubepkg info of deployment should follow the history
Browse files Browse the repository at this point in the history
  • Loading branch information
morlay committed Nov 9, 2023
1 parent 0bfe213 commit 0385d01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func (r *GroupEnvDeploymentRepository) ListKubepkg(ctx context.Context, pager *d
sqlbuilder.EqCol(group.DeploymentHistoryT.KubepkgRevisionID),
)).
Join(kubepkg.KubepkgT, kubepkg.KubepkgT.ID.V(
sqlbuilder.EqCol(group.DeploymentT.KubepkgID),
sqlbuilder.EqCol(group.DeploymentHistoryT.KubepkgID),
)).
FullJoin(kubepkg.VersionT, sqlbuilder.And(
kubepkg.VersionT.KubepkgID.V(
Expand Down

0 comments on commit 0385d01

Please sign in to comment.