From af70accf3e452a9c9630fb4dd2d8568484ef00da Mon Sep 17 00:00:00 2001 From: Yury Kulazhenkov Date: Thu, 18 Apr 2024 13:55:02 +0300 Subject: [PATCH] Use ghcr.io/k8snetworkplumbingwg registry in manifest Signed-off-by: Yury Kulazhenkov --- Makefile | 2 +- examples/ovs-cni.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2ac3b1608..03da15f84 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 e68499b2c..4b2558436 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