Skip to content

Commit 6aa7cb2

Browse files
authored
Update collector version (#81)
Signed-off-by: Anthony J Mirabella <[email protected]> Signed-off-by: Anthony J Mirabella <[email protected]>
1 parent fb1e3ac commit 6aa7cb2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/adot-exporter-for-eks-on-ec2/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: adot-exporter-for-eks-on-ec2
33
description: A Helm chart for collecting metrics using ADOT Collector and logs using Fluent Bit to send to AWS monitoring services.
44
type: application
5-
version: 0.9.0
6-
appVersion: "0.23.0"
5+
version: 0.10.0
6+
appVersion: "0.24.1"
77
kubeVersion: ">=1.19.0-0"
88
maintainers:
99
- name: Bryan Aguilar

charts/adot-exporter-for-eks-on-ec2/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ adotCollector:
189189
image:
190190
name: "aws-otel-collector"
191191
repository: "amazon/aws-otel-collector"
192-
tag: "v0.23.0"
192+
tag: "v0.24.1"
193193
daemonSetPullPolicy: "IfNotPresent"
194194
sidecarPullPolicy: "Always"
195195
daemonSet:

0 commit comments

Comments
 (0)