Skip to content

Commit

Permalink
Merge pull request kubecost#3601 from kubecost/bump-2.4.0-rc.0
Browse files Browse the repository at this point in the history
Bump in-code version of v2.4 branch for 2.4.0-rc.0
  • Loading branch information
cliffcolvin committed Aug 21, 2024
2 parents ac57b8a + 724d957 commit c187fdf
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: development
appVersion: "2.4.0-rc.0"
description: Kubecost Helm chart - monitor your cloud costs!
name: cost-analyzer
version: 2.3.3
version: "2.4.0-rc.0"
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 @@ -1369,7 +1369,7 @@ data:
"carbonEstimatesEnabled": "{{ template "carbonEstimatesEnabled" . }}",
"clusterControllerEnabled": "{{ template "clusterControllerEnabled" . }}",
"forecastingEnabled": "{{ template "forecastingEnabled" . }}",
"chartVersion": "DEVELOP_BRANCH",
"chartVersion": "2.4.0-rc.0"
"hourlyDataRetention": "{{ (.Values.kubecostAggregator.etlHourlyStoreDurationHours) }}",
"dailyDataRetention": "{{ (.Values.kubecostAggregator.etlDailyStoreDurationDays) }}",
"hideDiagnostics": "{{ default false ((.Values.kubecostProductConfigs).hideDiagnostics) }}",
Expand Down

0 comments on commit c187fdf

Please sign in to comment.