Skip to content

Commit

Permalink
Bump Cilium to 1.7.1 for k8s 1.12+
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Mar 10, 2020
1 parent 4308ce2 commit 00cb970
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ spec:
value: {{ . }}
{{ end }}
{{ with .Networking.Cilium }}
image: "docker.io/cilium/cilium:{{- or .Version "v1.7.0" }}"
image: "docker.io/cilium/cilium:{{- or .Version "v1.7.1" }}"
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down Expand Up @@ -717,4 +717,4 @@ spec:
operator: Exists
tolerationSeconds: 300
{{ end }}
{{ end }}
{{ end }}

0 comments on commit 00cb970

Please sign in to comment.