Skip to content

Commit cc91a95

Browse files
rocknesAritra Sen
and
Aritra Sen
authored
Fix CPI test for air-gapped env (#310)
Fix CPI test for airgapped env Signed-off-by: Aritra Sen <[email protected]> Co-authored-by: Aritra Sen <[email protected]>
1 parent c1644e3 commit cc91a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/e2e_suite_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var (
2222
)
2323

2424
const (
25-
airgappedImage = "core.harbor.10.89.98.101.nip.io/airgapped/agnhost:2.36"
25+
airgappedImage = "harbor.10.221.134.246.nip.io/airgapped/agnhost:2.36"
2626
stagingImage = "projects-stg.registry.vmware.com/vmware-cloud-director/agnhost:2.36"
2727
)
2828

0 commit comments

Comments
 (0)