Skip to content

Commit

Permalink
feat: Upgrade modules for EKS 1.25 support (#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
armujahid committed Apr 13, 2023
1 parent 531eb42 commit 35d1317
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion modules/kubernetes-addons/aws-for-fluentbit/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ locals {
name = local.name
chart = local.name
repository = "https://aws.github.io/eks-charts"
version = "0.1.21"
version = "0.1.24"
namespace = local.name
values = local.default_helm_values
description = "aws-for-fluentbit Helm Chart deployment configuration"
Expand Down
14 changes: 1 addition & 13 deletions modules/kubernetes-addons/aws-for-fluentbit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,7 @@ serviceAccount:
create: false
name: ${service_account}

cloudWatch:
cloudWatchLogs:
enabled: true
region: ${aws_region}
logGroupName: ${log_group_name}

firehose:
enabled: false
region: ${aws_region}

kinesis:
enabled: false
region: ${aws_region}

elasticsearch:
enabled: false
region: ${aws_region}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ locals {
name = local.name
chart = local.name
repository = "https://aws.github.io/eks-charts"
version = "0.19.3"
version = "0.21.0"
namespace = local.namespace
description = "AWS Node Termination Handler Helm Chart"
values = local.default_helm_values
Expand Down

0 comments on commit 35d1317

Please sign in to comment.