Skip to content

Commit

Permalink
Use ghcr.io/k8snetworkplumbingwg registry in manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Yury Kulazhenkov <ykulazhenkov@nvidia.com>
  • Loading branch information
ykulazhenkov committed Apr 18, 2024
1 parent 8692179 commit af70acc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REGISTRY ?= quay.io/kubevirt
REGISTRY ?= ghcr.io/k8snetworkplumbingwg
IMAGE_TAG ?= latest
IMAGE_GIT_TAG ?= $(shell git describe --abbrev=8 --tags)

Expand Down
4 changes: 2 additions & 2 deletions examples/ovs-cni.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
- >
Expand All @@ -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
Expand Down

0 comments on commit af70acc

Please sign in to comment.