From 97cfc9b5df874b096747fa3c5181cf781c2e0960 Mon Sep 17 00:00:00 2001 From: "Cliff Colvin (release bot variant)" Date: Tue, 30 Jul 2024 17:25:01 +0000 Subject: [PATCH] Bump to 2.3.4 Commit auto-generated by release script. Signed-off-by: Cliff Colvin (release bot variant) --- cost-analyzer/Chart.yaml | 4 ++-- .../templates/cost-analyzer-frontend-config-map-template.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cost-analyzer/Chart.yaml b/cost-analyzer/Chart.yaml index 74ab7265e..4f826c521 100755 --- a/cost-analyzer/Chart.yaml +++ b/cost-analyzer/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: "2.3.4-rc.1" +appVersion: "2.3.4" description: Kubecost Helm chart - monitor your cloud costs! name: cost-analyzer -version: "2.3.4-rc.1" +version: "2.3.4" icon: https://raw.githubusercontent.com/kubecost/.github/9602bea0c06773da66ba43cb9ce5e1eb2b797c32/kubecost_logo.png annotations: "artifacthub.io/links": | diff --git a/cost-analyzer/templates/cost-analyzer-frontend-config-map-template.yaml b/cost-analyzer/templates/cost-analyzer-frontend-config-map-template.yaml index cfdc2b6f1..b3f6acd48 100755 --- a/cost-analyzer/templates/cost-analyzer-frontend-config-map-template.yaml +++ b/cost-analyzer/templates/cost-analyzer-frontend-config-map-template.yaml @@ -1318,7 +1318,7 @@ data: "carbonEstimatesEnabled": "{{ template "carbonEstimatesEnabled" . }}", "clusterControllerEnabled": "{{ template "clusterControllerEnabled" . }}", "forecastingEnabled": "{{ template "forecastingEnabled" . }}", - "chartVersion": "2.3.4-rc.1" + "chartVersion": "2.3.4" } '; }