diff --git a/cost-analyzer/Chart.yaml b/cost-analyzer/Chart.yaml index 862476fe9..0d1322ba5 100755 --- a/cost-analyzer/Chart.yaml +++ b/cost-analyzer/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: "2.4.0-rc.6" +appVersion: "2.4.0" description: Kubecost Helm chart - monitor your cloud costs! name: cost-analyzer -version: "2.4.0-rc.6" +version: "2.4.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 c8cdbb8f4..dfeb42db2 100755 --- a/cost-analyzer/templates/cost-analyzer-frontend-config-map-template.yaml +++ b/cost-analyzer/templates/cost-analyzer-frontend-config-map-template.yaml @@ -1425,7 +1425,7 @@ data: "carbonEstimatesEnabled": "{{ template "carbonEstimatesEnabled" . }}", "clusterControllerEnabled": "{{ template "clusterControllerEnabled" . }}", "forecastingEnabled": "{{ template "forecastingEnabled" . }}", - "chartVersion": "2.4.0-rc.6", + "chartVersion": "2.4.0", "hourlyDataRetention": "{{ (.Values.kubecostAggregator.etlHourlyStoreDurationHours) }}", "dailyDataRetention": "{{ (.Values.kubecostAggregator.etlDailyStoreDurationDays) }}", "hideDiagnostics": "{{ default false ((.Values.kubecostProductConfigs).hideDiagnostics) }}",