Skip to content

Commit

Permalink
modify ingress image
Browse files Browse the repository at this point in the history
  • Loading branch information
gxthrj committed Jan 5, 2021
1 parent de46782 commit e0593db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/deploy/deployment/ingress-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
spec:
hostNetwork: true
containers:
- image: viewking/apisix-ingress-controller:dev
- image: apache/apisix-ingress-controller:dev
imagePullPolicy: IfNotPresent
name: ingress-controller
ports:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/scaffold/ingress.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
tcpSocket:
port: 8080
timeoutSeconds: 2
image: "viewking/apisix-ingress-controller:dev"
image: "apache/apisix-ingress-controller:dev"
imagePullPolicy: IfNotPresent
name: ingress-apisix-controller-deployment-e2e-test
ports:
Expand Down

0 comments on commit e0593db

Please sign in to comment.