Skip to content

Commit

Permalink
Merge pull request #21 from SchSeba/update_quay_repo
Browse files Browse the repository at this point in the history
Update image to use the quay kubevirt organization
  • Loading branch information
SchSeba authored Apr 18, 2019
2 parents 75b0834 + 9f685ed commit d47436d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
REGISTRY ?= quay.io
IMAGE_TAG ?= latest

IMG ?= schseba/mac-controller
IMG ?= kubevirt/kubemacpool

all: generate generate-deploy generate-test

Expand Down
2 changes: 1 addition & 1 deletion config/default/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
- /manager
args:
- "--v=production"
image: quay.io/schseba/mac-controller:latest
image: quay.io/kubevirt/kubemacpool:latest
imagePullPolicy: Always
name: manager
env:
Expand Down
2 changes: 1 addition & 1 deletion config/release/kubemacpool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ spec:
configMapKeyRef:
key: RANGE_END
name: kubemacpool-mac-range-config
image: quay.io/schseba/mac-controller:latest
image: quay.io/kubevirt/kubemacpool:latest
imagePullPolicy: Always
name: manager
ports:
Expand Down
2 changes: 1 addition & 1 deletion config/release/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ spec:
template:
spec:
containers:
- image: quay.io/schseba/mac-controller:latest
- image: quay.io/kubevirt/kubemacpool:latest
name: manager
2 changes: 1 addition & 1 deletion config/test/kubemacpool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ spec:
configMapKeyRef:
key: RANGE_END
name: kubemacpool-mac-range-config
image: registry:5000/schseba/mac-controller:latest
image: registry:5000/kubevirt/kubemacpool:latest
imagePullPolicy: Always
name: manager
ports:
Expand Down
2 changes: 1 addition & 1 deletion config/test/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
template:
spec:
containers:
- image: registry:5000/schseba/mac-controller:latest
- image: registry:5000/kubevirt/kubemacpool:latest
name: manager
args:
- "--v=debug"

0 comments on commit d47436d

Please sign in to comment.