Skip to content

Commit

Permalink
Update the staging constants
Browse files Browse the repository at this point in the history
This commit changes the staging constants to point to the appropriate
CaaSP v5 registry.
  • Loading branch information
davidcassany authored and jordimassaguerpla committed Jun 17, 2020
1 parent 933a9bf commit f71cc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/skuba/staging_constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ package skuba

const (
BuildType = "staging"
ImageRepository = "registry.suse.de/suse/sle-15-sp1/update/products/casp40/containers/caasp/v4"
ImageRepository = "registry.suse.de/suse/sle-15-sp2/update/products/caasp/5/containers/caasp/v5"
)

0 comments on commit f71cc35

Please sign in to comment.