Skip to content

Commit

Permalink
fix(ImageRepository): add iimage controller annontation while create …
Browse files Browse the repository at this point in the history
…IR cr
  • Loading branch information
sahil143 authored and rohitkrai03 committed Jun 5, 2024
1 parent eee873d commit 731eb36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils/create-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,9 @@ export const createImageRepository = (
'appstudio.redhat.com/component': component,
'appstudio.redhat.com/application': application,
},
annotations: {
'image-controller.appstudio.redhat.com/update-component-image': 'true',
},
},
spec: {
image: {
Expand Down

0 comments on commit 731eb36

Please sign in to comment.