Skip to content

Commit

Permalink
fix(tests) Update Harbor version in tests files
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Péronnet <pierre.peronnet@ovhcloud.com>
  • Loading branch information
holyhope committed Feb 14, 2020
1 parent c8a94f9 commit d7eefd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/harbor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func newValidHarborTest(ns string) (*containerregistryv1alpha1.Harbor, client.Ob
Namespace: ns,
},
Spec: containerregistryv1alpha1.HarborSpec{
HarborVersion: "1.9.1",
HarborVersion: "1.10.0",
PublicURL: publicURL.String(),
AdminPasswordSecret: "admin-secret",
Components: containerregistryv1alpha1.HarborComponents{
Expand Down

0 comments on commit d7eefd4

Please sign in to comment.