Skip to content

Commit

Permalink
bump data addons to match karpenter v1 minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
alanty committed Oct 11, 2024
1 parent 65512d9 commit 3725b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytics/terraform/spark-k8s-operator/addons.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------------------------------------
module "eks_data_addons" {
source = "aws-ia/eks-data-addons/aws"
version = "~> 1.30" # ensure to update this to the latest/desired version
version = "~> 1.34" # ensure to update this to the latest/desired version

oidc_provider_arn = module.eks.oidc_provider_arn

Expand Down

0 comments on commit 3725b88

Please sign in to comment.