From f04209ab31d8f3c292bda5e9b9855f74ff8f69c5 Mon Sep 17 00:00:00 2001 From: "Cliff Colvin (release bot variant)" Date: Wed, 15 Jan 2025 19:44:23 +0000 Subject: [PATCH] Bump to 2.5.3-rc.0 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 1f1c659b5..65d9d0c38 100755 --- a/cost-analyzer/Chart.yaml +++ b/cost-analyzer/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: "2.5.2" +appVersion: "2.5.3-rc.0" description: Kubecost Helm chart - monitor your cloud costs! name: cost-analyzer -version: "2.5.2" +version: "2.5.3-rc.0" 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 1ec9db12d..389605d10 100755 --- a/cost-analyzer/templates/cost-analyzer-frontend-config-map-template.yaml +++ b/cost-analyzer/templates/cost-analyzer-frontend-config-map-template.yaml @@ -1491,7 +1491,7 @@ data: "carbonEstimatesEnabled": "{{ template "carbonEstimatesEnabled" . }}", "clusterControllerEnabled": "{{ template "clusterControllerEnabled" . }}", "forecastingEnabled": "{{ template "forecastingEnabled" . }}", - "chartVersion": "2.5.2", + "chartVersion": "2.5.3-rc.0", "hourlyDataRetention": "{{ (.Values.kubecostAggregator.etlHourlyStoreDurationHours) }}", "dailyDataRetention": "{{ (.Values.kubecostAggregator.etlDailyStoreDurationDays) }}", "hideDiagnostics": "{{ default false ((.Values.kubecostProductConfigs).hideDiagnostics) }}",