Skip to content

Commit

Permalink
Merge pull request #3619 from kubecost/bump-2.3.5
Browse files Browse the repository at this point in the history
Bump in-code version of v2.3 branch for 2.3.5
  • Loading branch information
cliffcolvin authored Aug 28, 2024
2 parents 923be1a + f2f2726 commit 52a30b2
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.3.5-rc.10"
appVersion: "2.3.5"
description: Kubecost Helm chart - monitor your cloud costs!
name: cost-analyzer
version: "2.3.5-rc.10"
version: "2.3.5"
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 @@ -1318,7 +1318,7 @@ data:
"carbonEstimatesEnabled": "{{ template "carbonEstimatesEnabled" . }}",
"clusterControllerEnabled": "{{ template "clusterControllerEnabled" . }}",
"forecastingEnabled": "{{ template "forecastingEnabled" . }}",
"chartVersion": "2.3.5-rc.10"
"chartVersion": "2.3.5"
}
';
}
Expand Down

0 comments on commit 52a30b2

Please sign in to comment.