Skip to content

Commit

Permalink
Merge pull request #341 from Smana/renovate/bitnami-kubectl-1.x
Browse files Browse the repository at this point in the history
chore(deps): update bitnami/kubectl docker tag to v1.30.3
  • Loading branch information
Smana authored Jul 21, 2024
2 parents 0c2d0f6 + 4b07825 commit 2fcd5ff
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.30.2"
image = "bitnami/kubectl:1.30.3"
args = ["delete", "--ignore-not-found=true", "daemonsets", "aws-node", "-n", "kube-system"]
}
restart_policy = "Never"
Expand Down

0 comments on commit 2fcd5ff

Please sign in to comment.