Skip to content

Commit

Permalink
Merge pull request #3688 from kubecost/bump-2.4.1-rc.1
Browse files Browse the repository at this point in the history
Bump in-code version of v2.4 branch for 2.4.1-rc.1
  • Loading branch information
cliffcolvin authored Sep 26, 2024
2 parents 239c5fd + 0153d11 commit 9cd1acc
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.0"
appVersion: "2.4.1-rc.1"
description: Kubecost Helm chart - monitor your cloud costs!
name: cost-analyzer
version: "2.4.1-rc.0"
version: "2.4.1-rc.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.0",
"chartVersion": "2.4.1-rc.1",
"hourlyDataRetention": "{{ (.Values.kubecostAggregator.etlHourlyStoreDurationHours) }}",
"dailyDataRetention": "{{ (.Values.kubecostAggregator.etlDailyStoreDurationDays) }}",
"hideDiagnostics": "{{ default false ((.Values.kubecostProductConfigs).hideDiagnostics) }}",
Expand Down

0 comments on commit 9cd1acc

Please sign in to comment.