use local mirror for ipv6
This commit is contained in:
parent
6a2302b112
commit
7b85b256c3
1 changed files with 3 additions and 3 deletions
|
@ -398,7 +398,7 @@ spec:
|
|||
key: custom-cni-conf
|
||||
name: cilium-config
|
||||
optional: true
|
||||
image: "docker.io/cilium/cilium:v1.7.3"
|
||||
image: "registry.cycore.io/cycore/cilium:v1.7.3"
|
||||
imagePullPolicy: IfNotPresent
|
||||
lifecycle:
|
||||
postStart:
|
||||
|
@ -461,7 +461,7 @@ spec:
|
|||
key: wait-bpf-mount
|
||||
name: cilium-config
|
||||
optional: true
|
||||
image: "docker.io/cilium/cilium:v1.7.3"
|
||||
image: "registry.cycore.io/cycore/cilium:v1.7.3"
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: clean-cilium-state
|
||||
securityContext:
|
||||
|
@ -638,7 +638,7 @@ spec:
|
|||
key: identity-allocation-mode
|
||||
name: cilium-config
|
||||
optional: true
|
||||
image: "docker.io/cilium/operator:v1.7.3"
|
||||
image: "registry.cycore.io/cycore/cilium:operator"
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: cilium-operator
|
||||
livenessProbe:
|
||||
|
|
Loading…
Reference in a new issue