Skip to content

Commit 6f49023

Browse files
committed
chore(e2e): change package port to 5443
1 parent 36f6bbe commit 6f49023

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/e2e/e2e-values-shift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ package:
2222
ref: quay.io/coreos/olm:local
2323
pullPolicy: Always
2424
service:
25-
internalPort: 443
25+
internalPort: 5443
2626
commandArgs: -test.coverprofile=/tmp/catalog-coverage.cov
2727

2828
e2e:

test/e2e/e2e-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ package:
2424
ref: quay.io/coreos/olm:local
2525
pullPolicy: IfNotPresent
2626
service:
27-
internalPort: 443
27+
internalPort: 5443
2828
commandArgs: -test.coverprofile=/tmp/catalog-coverage.cov
2929

3030
e2e:

0 commit comments

Comments
 (0)