Skip to content

Commit

Permalink
Revert "Fix ImageRepository constant"
Browse files Browse the repository at this point in the history
This reverts commit 0ad0bdc.
  • Loading branch information
Pablo Chacin committed Aug 12, 2020
1 parent 6733b0f commit 2fd15f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkg/skuba/development_constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ package skuba

const (
BuildType = "development"
ImageRepository = "registry.suse.de/devel/caasp/4.5/containers/containers/caasp/v4.5"
imageRepositoryV4 = "registry.suse.de/devel/caasp/4.0/containers/containers/caasp/v4"
imageRepository = "registry.suse.de/devel/caasp/4.5/containers/containers/caasp/v4.5"
)
3 changes: 2 additions & 1 deletion pkg/skuba/release_constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ package skuba

const (
BuildType = "release"
ImageRepository = "registry.suse.com/caasp/v4.5"
imageRepositoryV4 = "registry.suse.com/caasp/v4"
imageRepository = "registry.suse.com/caasp/v4.5"
)

0 comments on commit 2fd15f4

Please sign in to comment.