Bump cilium to 1.8.3

This commit is contained in:
Ole Markus With 2020-09-05 10:47:48 +02:00
parent 7083a9a52b
commit 3ac61c7ea9
2 changed files with 2 additions and 2 deletions

View File

@ -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"
}
}

View File

@ -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"