Skip to content

Commit

Permalink
Merge pull request #8591 from olemarkus/cilium-version-fix
Browse files Browse the repository at this point in the history
Fix typo in the cilium default version
  • Loading branch information
k8s-ci-robot committed Feb 20, 2020
2 parents fb7801d + 84837a8 commit 88ea28a
Show file tree
Hide file tree
Showing 2 changed files 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 "v.1.7.0" }}"
image: "docker.io/cilium/cilium:{{- or .Version "v1.7.0" }}"
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
- id: k8s-1.12
kubernetesVersion: '>=1.12.0'
manifest: networking.cilium.io/k8s-1.12.yaml
manifestHash: b01164cd1ba9d9bda7b4c9c22deda9bb6408aae9
manifestHash: 07613aadf69ab9bc6fa2174879254738152efd49
name: networking.cilium.io
selector:
role.kubernetes.io/networking: "1"
Expand Down

0 comments on commit 88ea28a

Please sign in to comment.