Skip to content

Commit

Permalink
Merge pull request #11554 from olemarkus/bump-cilium-may
Browse files Browse the repository at this point in the history
Bump default cilium to 1.9.7
  • Loading branch information
k8s-ci-robot authored May 21, 2021
2 parents c62090f + 5869d4e commit 6b8e769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/model/components/cilium.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (b *CiliumOptionsBuilder) BuildOptions(o interface{}) error {
}

if c.Version == "" {
c.Version = "v1.9.6"
c.Version = "v1.9.7"
}

version, _ := semver.ParseTolerant(c.Version)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
version: 1.17.0
- id: k8s-1.12
manifest: networking.cilium.io/k8s-1.12-v1.9.yaml
manifestHash: 368ab627c5fb9087ad60df6bf4fe5dc29c017f79
manifestHash: 2588f6ea8bea0085170c843ef4fd1c56141adad1
name: networking.cilium.io
needsRollingUpdate: all
selector:
Expand Down

0 comments on commit 6b8e769

Please sign in to comment.