File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- REGISTRY ?= quay .io/kubevirt
1
+ REGISTRY ?= ghcr .io/k8snetworkplumbingwg
2
2
IMAGE_TAG ?= latest
3
3
IMAGE_GIT_TAG ?= $(shell git describe --abbrev=8 --tags)
4
4
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ REGISTRY=$registry make docker-push
36
36
37
37
ovs_cni_manifest=" ./examples/ovs-cni.yml"
38
38
39
- sed ' s/quay .io\/kubevirt /registry:5000/g' examples/ovs-cni.yml | ./cluster/kubectl.sh delete --ignore-not-found -f -
39
+ sed ' s/ghcr .io\/k8snetworkplumbingwg /registry:5000/g' examples/ovs-cni.yml | ./cluster/kubectl.sh delete --ignore-not-found -f -
40
40
41
41
# Delete daemon sets that were deprecated/renamed
42
42
./cluster/kubectl.sh -n kube-system delete --ignore-not-found ds ovs-cni-plugin-amd64
@@ -50,4 +50,4 @@ until [ $(check_deleted "-f $ovs_cni_manifest") -eq 1 ]; do sleep 1; done
50
50
until [ $( check_deleted " ds ovs-cni-plugin-amd64" ) -eq 1 ]; do sleep 1; done
51
51
until [ $( check_deleted " ds ovs-vsctl-amd64" ) -eq 1 ]; do sleep 1; done
52
52
53
- sed ' s/quay .io\/kubevirt /registry:5000/g' examples/ovs-cni.yml | ./cluster/kubectl.sh apply -f -
53
+ sed ' s/ghcr .io\/k8snetworkplumbingwg /registry:5000/g' examples/ovs-cni.yml | ./cluster/kubectl.sh apply -f -
Original file line number Diff line number Diff line change 33
33
effect : NoSchedule
34
34
initContainers :
35
35
- name : ovs-cni-plugin
36
- image : quay .io/kubevirt /ovs-cni-plugin:latest
36
+ image : ghcr .io/k8snetworkplumbingwg /ovs-cni-plugin:latest
37
37
command : ["/bin/sh","-c"]
38
38
args :
39
39
- >
53
53
priorityClassName : system-node-critical
54
54
containers :
55
55
- name : ovs-cni-marker
56
- image : quay .io/kubevirt /ovs-cni-plugin:latest
56
+ image : ghcr .io/k8snetworkplumbingwg /ovs-cni-plugin:latest
57
57
imagePullPolicy : IfNotPresent
58
58
securityContext :
59
59
privileged : true
You can’t perform that action at this time.
0 commit comments