Skip to content

Commit fd148e5

Browse files
authored
Updated the collector and app version for collector v0.28.0 (#94)
Signed-off-by: Raphael Silva <[email protected]>
1 parent ec1db91 commit fd148e5

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.13.0
6-
appVersion: "0.27.0"
5+
version: 0.14.0
6+
appVersion: "0.28.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.27.0"
21+
tag: "v0.28.0"
2222
daemonSetPullPolicy: "IfNotPresent"
2323
sidecarPullPolicy: "Always"
2424
daemonSet:

0 commit comments

Comments
 (0)