Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #24 from Smana/renovate/bitnami-kubectl-1.x
Browse files Browse the repository at this point in the history
Update bitnami/kubectl Docker tag to v1.29.0
  • Loading branch information
Smana committed Dec 24, 2023
2 parents cc2c25f + caf4c7c commit d32bbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/eks/kubernetes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ resource "kubernetes_job" "delete_aws_cni_ds" {
service_account_name = "eks-init"
container {
name = "kubectl"
image = "bitnami/kubectl:1.27.3"
image = "bitnami/kubectl:1.29.0"
args = ["delete", "--ignore-not-found=true", "daemonsets", "aws-node", "-n", "kube-system"]
}
restart_policy = "Never"
Expand Down

0 comments on commit d32bbcd

Please sign in to comment.