Skip to content

Commit

Permalink
Bump to 2.4.1
Browse files Browse the repository at this point in the history
Commit auto-generated by release script.

Signed-off-by: Cliff Colvin (release bot variant) <[email protected]>
  • Loading branch information
cliffcolvin committed Sep 26, 2024
1 parent 9cd1acc commit 2a0f928
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cost-analyzer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "2.4.1-rc.1"
appVersion: "2.4.1"
description: Kubecost Helm chart - monitor your cloud costs!
name: cost-analyzer
version: "2.4.1-rc.1"
version: "2.4.1"
icon: https://raw.githubusercontent.com/kubecost/.github/9602bea0c06773da66ba43cb9ce5e1eb2b797c32/kubecost_logo.png
annotations:
"artifacthub.io/links": |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,7 @@ data:
"carbonEstimatesEnabled": "{{ template "carbonEstimatesEnabled" . }}",
"clusterControllerEnabled": "{{ template "clusterControllerEnabled" . }}",
"forecastingEnabled": "{{ template "forecastingEnabled" . }}",
"chartVersion": "2.4.1-rc.1",
"chartVersion": "2.4.1",
"hourlyDataRetention": "{{ (.Values.kubecostAggregator.etlHourlyStoreDurationHours) }}",
"dailyDataRetention": "{{ (.Values.kubecostAggregator.etlDailyStoreDurationDays) }}",
"hideDiagnostics": "{{ default false ((.Values.kubecostProductConfigs).hideDiagnostics) }}",
Expand Down

0 comments on commit 2a0f928

Please sign in to comment.