Skip to content

Commit

Permalink
feat(image-repository): shortened the prefix of image-repository names
Browse files Browse the repository at this point in the history
  • Loading branch information
janaki29 committed Jan 16, 2025
1 parent 38a7c3b commit 14f04f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/create-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ export const createImageRepository = (
apiVersion: `${ImageRepositoryModel.apiGroup}/${ImageRepositoryModel.apiVersion}`,
kind: ImageRepositoryModel.kind,
metadata: {
name: `imagerepository-for-${application}-${component}`,
name: `${application}-${component}`,
namespace,
labels: {
'appstudio.redhat.com/component': component,
Expand Down

0 comments on commit 14f04f7

Please sign in to comment.