mirror of https://github.com/kubernetes/kops.git
Bump cilium to 1.8.3
This commit is contained in:
parent
7083a9a52b
commit
3ac61c7ea9
|
@ -42,7 +42,7 @@ func (b *CiliumOptionsBuilder) BuildOptions(o interface{}) error {
|
|||
if b.Context.IsKubernetesLT("1.12.0") {
|
||||
c.Version = "v1.6.11"
|
||||
} else {
|
||||
c.Version = "v1.8.2"
|
||||
c.Version = "v1.8.3"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -89,7 +89,7 @@ spec:
|
|||
- id: k8s-1.12
|
||||
kubernetesVersion: '>=1.12.0'
|
||||
manifest: networking.cilium.io/k8s-1.12-v1.8.yaml
|
||||
manifestHash: bbfec63621371b28012f9d5a82678099071d9857
|
||||
manifestHash: 91d442758bc9678f9be8e1b08ef393bb7d2066a0
|
||||
name: networking.cilium.io
|
||||
selector:
|
||||
role.kubernetes.io/networking: "1"
|
||||
|
|
Loading…
Reference in New Issue