Skip to content

Commit

Permalink
change kube-proxy version
Browse files Browse the repository at this point in the history
  • Loading branch information
Emterry committed Jan 17, 2024
1 parent 30bf690 commit 0b96291
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ resource "kubernetes_namespace" "kyverno_prod" {
resource "aws_eks_addon" "kube_proxy_dev" {
cluster_name = var.dev_eks_cluster_name
addon_name = "kube-proxy"
addon_version = "v1.28.4-eksbuild.4"
addon_version = "v1.25.16-minimal-eksbuild.1"
resolve_conflicts_on_create = "OVERWRITE"
}

Expand Down

0 comments on commit 0b96291

Please sign in to comment.