Skip to content

Commit

Permalink
Update to latest cilium version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTChen committed Jan 14, 2020
1 parent a278903 commit 74e4829
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions cilium/tests/terraform/cilium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ spec:
key: custom-cni-conf
name: cilium-config
optional: true
image: "docker.io/cilium/cilium:v1.6"
image: "docker.io/cilium/cilium:v1.6.5"
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down Expand Up @@ -449,7 +449,7 @@ spec:
initContainers:
- name: wait-for-node-init
command: ['sh', '-c', 'until stat /tmp/cilium-bootstrap-time > /dev/null 2>&1; do echo "Waiting on node-init to run..."; sleep 1; done']
image: "docker.io/cilium/cilium:v1.6"
image: "docker.io/cilium/cilium:v1.6.5"
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /tmp/cilium-bootstrap-time
Expand All @@ -475,7 +475,7 @@ spec:
key: wait-bpf-mount
name: cilium-config
optional: true
image: "docker.io/cilium/cilium:v1.6"
image: "docker.io/cilium/cilium:v1.6.5"
imagePullPolicy: IfNotPresent
name: clean-cilium-state
securityContext:
Expand Down Expand Up @@ -757,7 +757,7 @@ spec:
key: identity-allocation-mode
name: cilium-config
optional: true
image: "docker.io/cilium/operator:v1.6"
image: "docker.io/cilium/operator:v1.6.5"
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion cilium/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ commands =
pip install -r requirements.in
pytest -v {posargs}
setenv =
CILIUM_VERSION = 1.6.90
CILIUM_VERSION = 1.6.50

0 comments on commit 74e4829

Please sign in to comment.