Skip to content

Commit

Permalink
chore: Update aws-for-fluentbit and `cis-secrets-store-provider-aws…
Browse files Browse the repository at this point in the history
…` addon values to latest patch version (#805)

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
  • Loading branch information
kahirokunn and bryantbiggs committed Aug 12, 2022
1 parent 31742a5 commit 8fe1529
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/complete-kubernetes-addons/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ module "eks_blueprints_kubernetes_addons" {
name = "aws-for-fluent-bit"
chart = "aws-for-fluent-bit"
repository = "https://aws.github.io/eks-charts"
version = "0.1.16"
version = "0.1.18"
namespace = "logging"
aws_for_fluent_bit_cw_log_group = "/${module.eks_blueprints.eks_cluster_id}/worker-fluentbit-logs" # Optional
create_namespace = true
Expand Down
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 @@ -18,7 +18,7 @@ locals {
name = local.name
chart = local.name
repository = "https://aws.github.io/eks-charts"
version = "0.1.17"
version = "0.1.18"
namespace = local.name
values = local.default_helm_values
description = "aws-for-fluentbit Helm Chart deployment configuration"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locals {
name = local.name
chart = local.name
repository = "https://aws.github.io/eks-charts"
version = "0.0.2"
version = "0.0.3"
namespace = local.name
description = "A Helm chart to install the Secrets Store CSI Driver and the AWS Key Management Service Provider inside a Kubernetes cluster."
values = []
Expand Down

0 comments on commit 8fe1529

Please sign in to comment.