diff --git a/Makefile b/Makefile index 2ac3b160..03da15f8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -REGISTRY ?= quay.io/kubevirt +REGISTRY ?= ghcr.io/k8snetworkplumbingwg IMAGE_TAG ?= latest IMAGE_GIT_TAG ?= $(shell git describe --abbrev=8 --tags) diff --git a/examples/ovs-cni.yml b/examples/ovs-cni.yml index e68499b2..4b255843 100644 --- a/examples/ovs-cni.yml +++ b/examples/ovs-cni.yml @@ -33,7 +33,7 @@ spec: effect: NoSchedule initContainers: - name: ovs-cni-plugin - image: quay.io/kubevirt/ovs-cni-plugin:latest + image: ghcr.io/k8snetworkplumbingwg/ovs-cni-plugin:latest command: ["/bin/sh","-c"] args: - > @@ -53,7 +53,7 @@ spec: priorityClassName: system-node-critical containers: - name: ovs-cni-marker - image: quay.io/kubevirt/ovs-cni-plugin:latest + image: ghcr.io/k8snetworkplumbingwg/ovs-cni-plugin:latest imagePullPolicy: IfNotPresent securityContext: privileged: true