Skip to content

Commit 8f12813

Browse files
committed
Bump to 2.3.0-rc.3
Commit auto-generated by release script. Signed-off-by: Cliff Colvin (release bot variant) <ccolvin@kubecost.com>
1 parent 25fa9d0 commit 8f12813

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cost-analyzer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: "2.3.0-rc.2"
2+
appVersion: "2.3.0-rc.3"
33
description: Kubecost Helm chart - monitor your cloud costs!
44
name: cost-analyzer
5-
version: "2.3.0-rc.2"
5+
version: "2.3.0-rc.3"
66
icon: https://raw.githubusercontent.com/kubecost/.github/9602bea0c06773da66ba43cb9ce5e1eb2b797c32/kubecost_logo.png
77
annotations:
88
"artifacthub.io/links": |

cost-analyzer/templates/cost-analyzer-frontend-config-map-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ data:
13021302
"carbonEstimatesEnabled": "{{ template "carbonEstimatesEnabled" . }}",
13031303
"clusterControllerEnabled": "{{ template "clusterControllerEnabled" . }}",
13041304
"forecastingEnabled": "{{ template "forecastingEnabled" . }}",
1305-
"chartVersion": "2.3.0-rc.0""
1305+
"chartVersion": "{version}"
13061306
}
13071307
';
13081308
}

0 commit comments

Comments
 (0)