Skip to content

Commit

Permalink
fix(upgrade): remove quay.io as default url-prefix
Browse files Browse the repository at this point in the history
Signed-off-by: shubham <[email protected]>
  • Loading branch information
shubham14bajpai authored and kmova committed Nov 13, 2020
1 parent 5849acc commit 4675e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/upgrade/executor/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type UpgradeOptions struct {
var (
options = &UpgradeOptions{
openebsNamespace: "openebs",
imageURLPrefix: "quay.io/openebs/",
imageURLPrefix: "",
}
)

Expand Down

0 comments on commit 4675e1e

Please sign in to comment.