diff --git a/cost-analyzer/Chart.yaml b/cost-analyzer/Chart.yaml index 70d0c6939..07d8494f8 100755 --- a/cost-analyzer/Chart.yaml +++ b/cost-analyzer/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: "2.3.0-rc.4" +appVersion: "2.3.0-rc.5" description: Kubecost Helm chart - monitor your cloud costs! name: cost-analyzer -version: "2.3.0-rc.4" +version: "2.3.0-rc.5" 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 57417359a..df2519b1a 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.0-rc.4" + "chartVersion": "2.3.0-rc.5" } '; }