mirror of https://github.com/kubernetes/kops.git
Merge pull request #11344 from olemarkus/bump-cilium
Bump cilium to 1.9.6
This commit is contained in:
commit
06f2f25623
|
@ -40,7 +40,7 @@ func (b *CiliumOptionsBuilder) BuildOptions(o interface{}) error {
|
|||
}
|
||||
|
||||
if c.Version == "" {
|
||||
c.Version = "v1.9.4"
|
||||
c.Version = "v1.9.6"
|
||||
}
|
||||
|
||||
version, _ := semver.ParseTolerant(c.Version)
|
||||
|
|
|
@ -71,7 +71,7 @@ spec:
|
|||
version: 1.17.0
|
||||
- id: k8s-1.12
|
||||
manifest: networking.cilium.io/k8s-1.12-v1.9.yaml
|
||||
manifestHash: 0e59024a8025c5a3beb4c2c707b03d5233e53c7c
|
||||
manifestHash: 2efe03944de989eca15f035e5d1de72bf1cfbace
|
||||
name: networking.cilium.io
|
||||
needsRollingUpdate: all
|
||||
selector:
|
||||
|
|
Loading…
Reference in New Issue