Skip to content

Commit

Permalink
chore(deps): update cilium version to 1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclrchtr committed Oct 11, 2024
1 parent abd4fcb commit 01a0b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ variable "registries" {
# Deployments
variable "cilium_version" {
type = string
default = "1.16.0"
default = "1.16.2"
description = <<EOF
The version of Cilium to deploy. If not set, the `1.16.0` version will be used.
Needs to be compatible with the `kubernetes_version`: https://docs.cilium.io/en/stable/network/kubernetes/compatibility/
Expand Down

0 comments on commit 01a0b73

Please sign in to comment.