From d3174386ab414b5d4f84056fce8cbbd2f59d2f83 Mon Sep 17 00:00:00 2001 From: "Cliff Colvin (release bot variant)" Date: Wed, 3 Jul 2024 00:27:25 +0000 Subject: [PATCH] Bump to 2.3.2 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 a9270c13f..ef08eb231 100755 --- a/cost-analyzer/Chart.yaml +++ b/cost-analyzer/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: "2.3.2-rc.4" +appVersion: "2.3.2" description: Kubecost Helm chart - monitor your cloud costs! name: cost-analyzer -version: "2.3.2-rc.4" +version: "2.3.2" 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 c52f71866..ea72cc37a 100755 --- a/cost-analyzer/templates/cost-analyzer-frontend-config-map-template.yaml +++ b/cost-analyzer/templates/cost-analyzer-frontend-config-map-template.yaml @@ -1302,7 +1302,7 @@ data: "carbonEstimatesEnabled": "{{ template "carbonEstimatesEnabled" . }}", "clusterControllerEnabled": "{{ template "clusterControllerEnabled" . }}", "forecastingEnabled": "{{ template "forecastingEnabled" . }}", - "chartVersion": "2.3.2-rc.4" + "chartVersion": "2.3.2" } '; }