From f7b6e8fd4298d472794e0f0565987f6268ee352c Mon Sep 17 00:00:00 2001 From: Andre Ziviani Date: Sat, 18 Mar 2023 11:01:16 -0300 Subject: [PATCH] feat: Update eks-cost-explorer --- charts/eks-cost-exporter/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/eks-cost-exporter/Chart.yaml b/charts/eks-cost-exporter/Chart.yaml index af3b1bf..10949eb 100644 --- a/charts/eks-cost-exporter/Chart.yaml +++ b/charts/eks-cost-exporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: eks-cost-exporter description: Exports the cost of each Kubernetes pod as prometheus metrics type: application -appVersion: v0.7.0 -version: 0.7.0 +appVersion: v0.7.1 +version: 0.7.1 maintainers: - name: AndreZiviani