Skip to content

Commit

Permalink
Merge pull request #75 from vasireddy99/helmrelease
Browse files Browse the repository at this point in the history
Upgrade Helm Chart to use v0.23.0- Helm chart release v0.9.0
  • Loading branch information
vasireddy99 authored Nov 16, 2022
2 parents 8e606b1 + cc5d7d4 commit c0c46b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,3 @@ Please note that as per policy, we're providing support via GitHub on a best eff
# Maintainers

- [Anthony Mirabella](https://github.com/Aneurysm9)
- [Ruthvik Ravindra](https://github.com/ruthvik17)
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 and logs using Fluent Bit to send to AWS monitoring services.
type: application
version: 0.8.0
appVersion: "0.19.0"
version: 0.9.0
appVersion: "0.23.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 @@ -189,7 +189,7 @@ adotCollector:
image:
name: "aws-otel-collector"
repository: "amazon/aws-otel-collector"
tag: "v0.22.0"
tag: "v0.23.0"
daemonSetPullPolicy: "IfNotPresent"
sidecarPullPolicy: "Always"
daemonSet:
Expand Down

0 comments on commit c0c46b0

Please sign in to comment.