Skip to content

Commit

Permalink
fix(annotation): add release history annotaition's key of release's a…
Browse files Browse the repository at this point in the history
…lias (#83)
  • Loading branch information
caicloud-bot authored Dec 19, 2018
1 parent 450b028 commit 2d85b77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/storage/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ func constructReleaseHistory(release *releaseapi.Release, version int32) *releas
Name: release.Name,
UID: release.UID,
}},
Annotations: release.Annotations,
},
Spec: releaseapi.ReleaseHistorySpec{
Description: release.Spec.Description,
Expand Down

0 comments on commit 2d85b77

Please sign in to comment.