Skip to content

Commit

Permalink
Fixups
Browse files Browse the repository at this point in the history
Signed-off-by: Max Shaposhnyk <[email protected]>
  • Loading branch information
mshaposhnik committed Apr 3, 2024
1 parent 54df6b7 commit d75bc4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions controllers/imagerepository_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ const (

buildPipelineServiceAccountName = "appstudio-pipeline"
updateComponentAnnotationName = "image-controller.appstudio.redhat.com/update-component-image"

metricsNamespace = "redhat_appstudio"
metricsSubsystem = "imagecontroller"
)

// ImageRepositoryReconciler reconciles a ImageRepository object
Expand Down
2 changes: 0 additions & 2 deletions pkg/quay/test_quay_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ type TestQuayClient struct{}
var _ QuayService = (*TestQuayClient)(nil)

var (
testQuayClient = &TestQuayClient{}

CreateRepositoryFunc func(repository RepositoryRequest) (*Repository, error)
DeleteRepositoryFunc func(organization, imageRepository string) (bool, error)
ChangeRepositoryVisibilityFunc func(organization, imageRepository string, visibility string) error
Expand Down

0 comments on commit d75bc4b

Please sign in to comment.