Skip to content

Commit

Permalink
feat: update eks ami to: 1.28.13-20241011
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Oct 22, 2024
1 parent 78e5e17 commit 4be5490
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module "captain" {
node_pools = [
# {
# "kubernetes_version" : "1.28",
# "ami_release_version" : "1.28.13-20240928",
# "ami_release_version" : "1.28.13-20241011",
# "ami_type" : "AL2_x86_64",
# "instance_type" : "t3a.large",
# "name" : "glueops-platform-node-pool-1",
Expand All @@ -49,7 +49,7 @@ module "captain" {
# },
# {
# "kubernetes_version" : "1.28",
# "ami_release_version" : "1.28.13-20240928",
# "ami_release_version" : "1.28.13-20241011",
# "ami_type" : "AL2_x86_64",
# "instance_type" : "t3a.small",
# "name" : "glueops-platform-node-pool-argocd-app-controller-1",
Expand All @@ -71,7 +71,7 @@ module "captain" {
# },
# {
# "kubernetes_version" : "1.28",
# "ami_release_version" : "1.28.13-20240928",
# "ami_release_version" : "1.28.13-20241011",
# "ami_type" : "AL2_x86_64",
# "instance_type" : "t3a.medium",
# "name" : "clusterwide-node-pool-1",
Expand Down
6 changes: 3 additions & 3 deletions docs/.header.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module "captain" {
node_pools = [
# {
# "kubernetes_version" : "1.28",
# "ami_release_version" : "1.28.13-20240928",
# "ami_release_version" : "1.28.13-20241011",
# "ami_type" : "AL2_x86_64",
# "instance_type" : "t3a.large",
# "name" : "glueops-platform-node-pool-1",
Expand All @@ -49,7 +49,7 @@ module "captain" {
# },
# {
# "kubernetes_version" : "1.28",
# "ami_release_version" : "1.28.13-20240928",
# "ami_release_version" : "1.28.13-20241011",
# "ami_type" : "AL2_x86_64",
# "instance_type" : "t3a.small",
# "name" : "glueops-platform-node-pool-argocd-app-controller-1",
Expand All @@ -71,7 +71,7 @@ module "captain" {
# },
# {
# "kubernetes_version" : "1.28",
# "ami_release_version" : "1.28.13-20240928",
# "ami_release_version" : "1.28.13-20241011",
# "ami_type" : "AL2_x86_64",
# "instance_type" : "t3a.medium",
# "name" : "clusterwide-node-pool-1",
Expand Down
6 changes: 3 additions & 3 deletions tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module "captain" {
node_pools = [
# {
# "kubernetes_version" : "1.28",
# "ami_release_version" : "1.28.13-20240928",
# "ami_release_version" : "1.28.13-20241011",
# "ami_type" : "AL2_x86_64",
# "instance_type" : "t3a.large",
# "name" : "glueops-platform-node-pool-1",
Expand All @@ -33,7 +33,7 @@ module "captain" {
# },
# {
# "kubernetes_version" : "1.28",
# "ami_release_version" : "1.28.13-20240928",
# "ami_release_version" : "1.28.13-20241011",
# "ami_type" : "AL2_x86_64",
# "instance_type" : "t3a.small",
# "name" : "glueops-platform-node-pool-argocd-app-controller-1",
Expand All @@ -55,7 +55,7 @@ module "captain" {
# },
# {
# "kubernetes_version" : "1.28",
# "ami_release_version" : "1.28.13-20240928",
# "ami_release_version" : "1.28.13-20241011",
# "ami_type" : "AL2_x86_64",
# "instance_type" : "t3a.medium",
# "name" : "clusterwide-node-pool-1",
Expand Down

0 comments on commit 4be5490

Please sign in to comment.