Skip to content

Commit 21fe6a4

Browse files
Update collector and app version (#83)
1 parent 7487ef3 commit 21fe6a4

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 to send to AWS monitoring services.
44
type: application
5-
version: 0.10.0
6-
appVersion: "0.24.1"
5+
version: 0.11.0
6+
appVersion: "0.25.0"
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
@@ -18,7 +18,7 @@ adotCollector:
1818
image:
1919
name: "aws-otel-collector"
2020
repository: "amazon/aws-otel-collector"
21-
tag: "v0.24.1"
21+
tag: "v0.25.0"
2222
daemonSetPullPolicy: "IfNotPresent"
2323
sidecarPullPolicy: "Always"
2424
daemonSet:

0 commit comments

Comments
 (0)