Skip to content

Commit

Permalink
Merge pull request #3498 from kubecost/bump-2.3.0
Browse files Browse the repository at this point in the history
Bump in-code version of v2.3 branch for 2.3.0
  • Loading branch information
cliffcolvin authored Jun 20, 2024
2 parents c8f6976 + e7a6d01 commit 8264dc5
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.0-rc.11"
appVersion: "2.3.0"
description: Kubecost Helm chart - monitor your cloud costs!
name: cost-analyzer
version: "2.3.0-rc.11"
version: "2.3.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 @@ -1302,7 +1302,7 @@ data:
"carbonEstimatesEnabled": "{{ template "carbonEstimatesEnabled" . }}",
"clusterControllerEnabled": "{{ template "clusterControllerEnabled" . }}",
"forecastingEnabled": "{{ template "forecastingEnabled" . }}",
"chartVersion": "2.3.0-rc.11"
"chartVersion": "2.3.0"
}
';
}
Expand Down

0 comments on commit 8264dc5

Please sign in to comment.