Skip to content

Commit 322b9c1

Browse files
author
Sen Verbrugge
committed
indicate new appversions for aws-cloudwatch-metrics and aws-for-fluent-bit
1 parent d60a5f3 commit 322b9c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudwatch_agent.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ resource "helm_release" "cloudwatch-agent" {
6464
repository = "https://aws.github.io/eks-charts"
6565
chart = "aws-cloudwatch-metrics"
6666
version = "0.0.10"
67-
# appVersion: 1.247350.0b251780
67+
# appVersion: 1.300032.2b361
6868

6969
values = [
7070
templatefile(

fluentbit.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ resource "helm_release" "fluentbit" {
6161
repository = "https://aws.github.io/eks-charts"
6262
chart = "aws-for-fluent-bit"
6363
version = "0.1.32"
64-
# appVersion: v2.21.5
64+
# appVersion: 2.31.12.20231011
6565

6666
values = [
6767
templatefile(

0 commit comments

Comments
 (0)