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 1d8f888
Showing 1 changed file with 4 additions and 4 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 @@ -494,7 +494,7 @@ spec:
key: wait-bpf-mount
name: cilium-config
optional: true
image: "docker.io/cilium/cilium:{{- or .Version "v1.7.0" }}"
image: "docker.io/cilium/cilium:{{- or .Version "v1.7.1" }}"
## end of `with .Networking.Cilium`
#{{ end }}
imagePullPolicy: IfNotPresent
Expand Down Expand Up @@ -680,7 +680,7 @@ spec:
- name: KUBERNETES_SERVICE_PORT
value: "443"
{{ with .Networking.Cilium }}
image: "docker.io/cilium/operator:{{- if eq .Version "" -}}v1.7.0{{- else -}}{{ .Version }}{{- end -}}"
image: "docker.io/cilium/operator:{{- if eq .Version "" -}}v1.7.1{{- else -}}{{ .Version }}{{- end -}}"
imagePullPolicy: IfNotPresent
name: cilium-operator
{{ if .EnablePrometheusMetrics }}
Expand Down Expand Up @@ -717,4 +717,4 @@ spec:
operator: Exists
tolerationSeconds: 300
{{ end }}
{{ end }}
{{ end }}

0 comments on commit 1d8f888

Please sign in to comment.