Skip to content

Commit

Permalink
upgrading Module EKS blueprints TF addons version
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Nov 14, 2024
1 parent f615bdc commit f15946f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blueprints/.k8s.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ vK8=1.29
vCBCI_Helm=3.19313.0+1afe0458111d
# AWS Terraform EKS Blueprint Addons Module https://github.com/aws-ia/terraform-aws-eks-blueprints-addons/releases
# Note: Validate cluster_autoscaler_image_tag contains the version of vK8
vEKSBpAddonsTFMod=1.17.0
vEKSBpAddonsTFMod=1.19.0
2 changes: 1 addition & 1 deletion blueprints/01-getting-started/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module "ebs_csi_driver_irsa" {
module "eks_blueprints_addons" {
source = "aws-ia/eks-blueprints-addons/aws"
#vEKSBpAddonsTFMod#
version = "1.17.0"
version = "1.19.0"

cluster_name = module.eks.cluster_name
cluster_endpoint = module.eks.cluster_endpoint
Expand Down
2 changes: 1 addition & 1 deletion blueprints/02-at-scale/main.k8s.tf
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ module "ebs_csi_driver_irsa" {
module "eks_blueprints_addons" {
source = "aws-ia/eks-blueprints-addons/aws"
#vEKSBpAddonsTFMod#
version = "1.17.0"
version = "1.19.0"
depends_on = [module.eks]

cluster_name = module.eks.cluster_name
Expand Down

0 comments on commit f15946f

Please sign in to comment.