Skip to content

Commit

Permalink
Merge pull request aws-observability#91 from humivo/v0270
Browse files Browse the repository at this point in the history
Update helm chart for collector v0.27.0
  • Loading branch information
humivo authored Mar 6, 2023
2 parents 6e48bc2 + d57ae49 commit ec1db91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/adot-exporter-for-eks-on-ec2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: adot-exporter-for-eks-on-ec2
description: A Helm chart for collecting metrics using ADOT Collector to send to AWS monitoring services.
type: application
version: 0.12.0
appVersion: "0.26.0"
version: 0.13.0
appVersion: "0.27.0"
kubeVersion: ">=1.19.0-0"
maintainers:
- name: Bryan Aguilar
Expand Down
2 changes: 1 addition & 1 deletion charts/adot-exporter-for-eks-on-ec2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ adotCollector:
image:
name: "aws-otel-collector"
repository: "amazon/aws-otel-collector"
tag: "v0.26.0"
tag: "v0.27.0"
daemonSetPullPolicy: "IfNotPresent"
sidecarPullPolicy: "Always"
daemonSet:
Expand Down

0 comments on commit ec1db91

Please sign in to comment.