Skip to content

Commit

Permalink
drop addon version to pick the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
movence committed Dec 4, 2024
1 parent b55ee08 commit 3b03b9e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions generator/resources/eks_addon_test_matrix.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[
{
"k8sVersion": "1.31",
"addon_name":"amazon-cloudwatch-observability",
"addon_version":"v2.5.0-eksbuild.1",
"ami": "AL2_x86_64_GPU",
"terraform_dir": "terraform/eks/addon/gpu",
"test_dir": "../../../../test/gpu",
Expand Down
1 change: 0 additions & 1 deletion terraform/eks/addon/gpu/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ resource "aws_eks_addon" "this" {
]
addon_name = var.addon_name
cluster_name = aws_eks_cluster.this.name
addon_version = var.addon_version
}
output "eks_cluster_name" {
value = aws_eks_cluster.this.name
Expand Down
5 changes: 0 additions & 5 deletions terraform/eks/addon/gpu/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ variable "addon_name" {
default = "amazon-cloudwatch-observability"
}

variable "addon_version" {
type = string
default = "v2.5.0-eksbuild.1"
}

variable "k8s_version" {
type = string
default = "1.31"
Expand Down

0 comments on commit 3b03b9e

Please sign in to comment.