Skip to content

Commit

Permalink
Update Cilium to v1.12.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed May 24, 2023
1 parent 284f5ab commit 46c6bc5
Showing 1 changed file with 1 addition and 1 deletion.
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.12.5"
c.Version = "v1.12.10"
}

if c.EnableEndpointHealthChecking == nil {
Expand Down

0 comments on commit 46c6bc5

Please sign in to comment.