Skip to content

Commit

Permalink
feat: Remove CodebaseImageStream if Stage is removed (#60)
Browse files Browse the repository at this point in the history
Add Stage as a controller reference for the related CodebaseImageStream.
This change ensures that CodebaseImageStream is automatically removed
when CodebaseBranch is deleted,
helping to avoid storing outdated CodebaseImageStreams.
  • Loading branch information
MykolaMarusenko committed Jul 22, 2024
1 parent f7f5764 commit e57f945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ COPY ./dist/manager .
USER 65532:65532

ENTRYPOINT ["/manager"]

0 comments on commit e57f945

Please sign in to comment.