Update Cilium to v1.16.7

This commit is contained in:
Ciprian Hacman 2025-03-09 06:53:37 +02:00
parent e797e75711
commit 940813ab55
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ func (b *CiliumOptionsBuilder) BuildOptions(o *kops.Cluster) error {
}
if c.Version == "" {
c.Version = "v1.16.5"
c.Version = "v1.16.7"
}
if c.EnableEndpointHealthChecking == nil {